From 354a6a959d93268a58cb44b294cba01200be38a1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 23 May 2002 18:15:02 +0000 Subject: [PATCH] Add character-p. --- lisp/emacs-lisp/byte-opt.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 28112cc8201..5c3d6744cfe 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1177,7 +1177,8 @@ (side-effect-and-error-free-fns '(arrayp atom bobp bolp buffer-end buffer-list buffer-size buffer-string bufferp - car-safe case-table-p cdr-safe char-or-string-p commandp cons consp + car-safe case-table-p cdr-safe char-or-string-p characterp + commandp cons consp current-buffer current-global-map current-indentation current-local-map current-minor-mode-maps dot dot-marker eobp eolp eq equal eventp -- 2.39.5