From 47b22e55141da090a3d4688851eaa808f9489078 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Tue, 17 Sep 2019 13:18:40 +0200 Subject: [PATCH] add pushhandler to clobber operators --- lisp/emacs-lisp/comp.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5