Mercurial > emacs
changeset 89491:af0933fdc21a
(prin1-char): Use characterp.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 10 Sep 2003 17:52:58 +0000 |
parents | db33d6285e97 |
children | e4a7ba6f6d81 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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