diff options
author | Dave Love <fx@gnu.org> | 2002-05-23 18:15:02 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-05-23 18:15:02 +0000 |
commit | 354a6a959d93268a58cb44b294cba01200be38a1 (patch) | |
tree | e1f324ce36e080a88b7ad21b2ee14219183f0fe3 /lisp/emacs-lisp/byte-opt.el | |
parent | 047eced5cdfbb3fdc350b00581abd868b3dbfccd (diff) | |
download | emacs-354a6a959d93268a58cb44b294cba01200be38a1.tar.gz emacs-354a6a959d93268a58cb44b294cba01200be38a1.tar.bz2 emacs-354a6a959d93268a58cb44b294cba01200be38a1.zip |
Add
character-p.
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |