From 92c29c06374d362e2108864ae55e2f27032a3934 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 26 Jul 2010 22:01:52 -0700 Subject: [PATCH] Fix typo. --- src/runtime/swank.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/swank.scm b/src/runtime/swank.scm index 4e1b261bc..aedeeb58f 100644 --- a/src/runtime/swank.scm +++ b/src/runtime/swank.scm @@ -210,7 +210,7 @@ USA. (define (emacs-rex socket sexp pstring) (fluid-let ((*buffer-pstring* - (cond ((emacs-false? pstring) #f) + (cond ((elisp-false? pstring) #f) ((string? pstring) pstring) (else (error:bad-range-argument pstring 'EMACS-REX))))) (eval (cons* (car sexp) socket (cdr sexp)) -- 2.25.1