]> git.eshelyaron.com Git - emacs.git/commit
* Add gv-setters for compiler hints
authorAndrea Corallo <akrl@sdf.org>
Mon, 14 Sep 2020 20:02:36 +0000 (22:02 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 14 Sep 2020 21:06:42 +0000 (23:06 +0200)
commit82171a8f0de6e88566aa0d80388dab135dbc260f
tree394cbdc5fa56f9636efba563f9e1c951896402db
parent2da2ad29b83090950749f26a7375be4a67964438
* Add gv-setters for compiler hints

* lisp/emacs-lisp/comp.el (comp-hint-fixnum, comp-hint-cons): Add
gv-setters so type hinted expressions can be used as places.
Read we can now have like: '(cl-incf (cl-the fixnum x))'.
lisp/emacs-lisp/comp.el