Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Tue, 27 Jul 2010 05:01:52 +0000 (22:01 -0700)
committerChris Hanson <org/chris-hanson/cph>
Tue, 27 Jul 2010 05:01:52 +0000 (22:01 -0700)
src/runtime/swank.scm

index 4e1b261bcaa68b08a5932f4b67cc82fb916a4074..aedeeb58f81766d77d4d5a885d7002e8f97fea6a 100644 (file)
@@ -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))