diff options
| author | Brian Fox | 1993-09-21 06:47:21 +0000 |
|---|---|---|
| committer | Brian Fox | 1993-09-21 06:47:21 +0000 |
| commit | 4de97979a2b078c62065b64c84876d23ee06a449 (patch) | |
| tree | 7cbd8fa0c3a26c8609d4e3d27aacf03aa68d7c7d | |
| parent | 629d4dcd2a184da6a0b246d31f152a84327db51a (diff) | |
| download | emacs-4de97979a2b078c62065b64c84876d23ee06a449.tar.gz emacs-4de97979a2b078c62065b64c84876d23ee06a449.zip | |
(side-effect-free-fns): Add "-" and "1-" to the list.
| -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 @@ | |||
| 973 | 973 | ||
| 974 | ;;; I wonder if I missed any :-\) | 974 | ;;; I wonder if I missed any :-\) |
| 975 | (let ((side-effect-free-fns | 975 | (let ((side-effect-free-fns |
| 976 | '(% * + / /= 1+ < <= = > >= append aref ash assoc assq boundp | 976 | '(% * + - / /= 1+ 1- < <= = > >= append aref ash assoc assq boundp |
| 977 | buffer-file-name buffer-local-variables buffer-modified-p | 977 | buffer-file-name buffer-local-variables buffer-modified-p |
| 978 | buffer-substring capitalize car cdr concat coordinates-in-window-p | 978 | buffer-substring capitalize car cdr concat coordinates-in-window-p |
| 979 | copy-marker count-lines documentation downcase elt fboundp featurep | 979 | copy-marker count-lines documentation downcase elt fboundp featurep |