diff options
author | Brian Fox <bfox@gnu.org> | 1993-09-21 06:47:21 +0000 |
---|---|---|
committer | Brian Fox <bfox@gnu.org> | 1993-09-21 06:47:21 +0000 |
commit | 4de97979a2b078c62065b64c84876d23ee06a449 (patch) | |
tree | 7cbd8fa0c3a26c8609d4e3d27aacf03aa68d7c7d /lisp | |
parent | 629d4dcd2a184da6a0b246d31f152a84327db51a (diff) | |
download | emacs-4de97979a2b078c62065b64c84876d23ee06a449.tar.gz |
(side-effect-free-fns): Add "-" and "1-" to the list.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index c7ab880cf60..354857e68f2 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -973,7 +973,7 @@ ;;; I wonder if I missed any :-\) (let ((side-effect-free-fns - '(% * + / /= 1+ < <= = > >= append aref ash assoc assq boundp + '(% * + - / /= 1+ 1- < <= = > >= append aref ash assoc assq boundp buffer-file-name buffer-local-variables buffer-modified-p buffer-substring capitalize car cdr concat coordinates-in-window-p copy-marker count-lines documentation downcase elt fboundp featurep |