Mercurial > emacs
changeset 88611:f3dd1dced03a
Add
character-p.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 23 May 2002 18:15:02 +0000 |
parents | bc5a086f9455 |
children | ec8e29bbca37 |
files | lisp/emacs-lisp/byte-opt.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el Thu May 23 17:40:18 2002 +0000 +++ b/lisp/emacs-lisp/byte-opt.el Thu May 23 18:15:02 2002 +0000 @@ -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