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:
parent
69cbf2b2f3
commit
47b22e5514
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue