]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand) <setq>: Rewrite
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 16 May 2019 19:29:36 +0000 (15:29 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 16 May 2019 19:29:36 +0000 (15:29 -0400)
commit37c41c6ef01de5bf16948eb67c4a9da6c7158b34
treeac09a26cd2860e5280dce438a89d95450b6410f5
parent4ac234ad576cf9068419805ef338701024265afb
* lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand) <setq>: Rewrite

The previous code had 2 problems:
- It converted `setq` to `setf` in unrelated cases such as
  (cl-symbol-macrolet ((x 1)) (setq (car foo) bar))
- It macroexpanded places before `setf` had a chance to see if they
  have a gv-expander.
lisp/emacs-lisp/cl-macs.el