]> git.eshelyaron.com Git - emacs.git/commit
Don't define *, ** and ** in ielm as real variables
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Jun 2019 11:44:30 +0000 (13:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Jun 2019 12:13:18 +0000 (14:13 +0200)
commit14ef4539bb580fe029fb2d3769dc4450f9289db8
tree9f20c54ce7cfb1d4264a1e7e9654558347e43d0c
parent2396aea6fdd3fbcb5c54880db3ce09122742f6c2
Don't define *, ** and ** in ielm as real variables

* lisp/ielm.el: (*, **, ***): Change defvars into compiler
directives instead of real variable definitions to avoid polluting
the global Emacs namespace.
(*1, *2, *3): Ditto.
lisp/ielm.el