Mercurial > emacs
diff lisp/emacs-lisp/lisp-mode.el @ 89491:af0933fdc21a
(prin1-char): Use characterp.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 10 Sep 2003 17:52:58 +0000 |
parents | 375f2633d815 |
children | 68c22ea6027c |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Wed Sep 10 17:52:28 2003 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Wed Sep 10 17:52:58 2003 +0000 @@ -447,7 +447,7 @@ "Return a string representing CHAR as a character rather than as an integer. If CHAR is not a character, return nil." (and (integerp char) - (char-valid-p (event-basic-type char)) + (characterp (event-basic-type char)) (concat "?" (mapconcat