From: Andrea Corallo Date: Tue, 17 Sep 2019 11:18:40 +0000 (+0200) Subject: add pushhandler to clobber operators X-Git-Tag: emacs-28.0.90~2727^2~1154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47b22e55141da090a3d4688851eaa808f9489078;p=emacs.git add pushhandler to clobber operators --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index c390225e064..076380732f9 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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