mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 23:10:28 -08:00
(side-effect-free-fns): Add "-" and "1-" to the list.
This commit is contained in:
parent
629d4dcd2a
commit
4de97979a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue