]> git.eshelyaron.com Git - emacs.git/commitdiff
add pushhandler to clobber operators
authorAndrea Corallo <akrl@sdf.org>
Tue, 17 Sep 2019 11:18:40 +0000 (13:18 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:49 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index c390225e064d06c8637e1f99ab7c7c10c8a13f72..076380732f98ab297743228256597d8867b4f848 100644 (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