]> git.eshelyaron.com Git - emacs.git/commitdiff
(edmacro-parse-keys): Use characterp.
authorDave Love <fx@gnu.org>
Wed, 10 Sep 2003 17:53:50 +0000 (17:53 +0000)
committerDave Love <fx@gnu.org>
Wed, 10 Sep 2003 17:53:50 +0000 (17:53 +0000)
lisp/edmacro.el

index 4ec62152db5205deefbb2fa47bfe9394e4867ad0..68e9f40a10f7f61edf3c9184a707f49a804648db 100644 (file)
@@ -717,7 +717,7 @@ If START or END is negative, it counts from the end."
       (setq res (edmacro-subseq res 2 -2)))
     (if (and (not need-vector)
             (loop for ch across res
-                  always (and (char-valid-p ch)
+                  always (and (characterp ch)
                               (let ((ch2 (logand ch (lognot ?\M-\^@))))
                                 (and (>= ch2 0) (<= ch2 127))))))
        (concat (loop for ch across res