1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

add pushhandler to clobber operators

This commit is contained in:
Andrea Corallo 2019-09-17 13:18:40 +02:00
parent 69cbf2b2f3
commit 47b22e5514

View file

@ -74,8 +74,9 @@
setimm
set-par-to-local
set-args-to-local
set-rest-args-to-local)
"Limple operators used to assign to mvars.")
set-rest-args-to-local
push-handler)
"Limple operators that clobbers the first mvar argument.")
(defconst comp-mostly-pure-funcs
'(% * + - / /= 1+ 1- < <= = > >= cons list % concat logand logcount logior