]> git.eshelyaron.com Git - emacs.git/commit
Purecopy removal: Lisp code
authorPip Cet <pipcet@protonmail.com>
Wed, 21 Aug 2024 19:13:23 +0000 (19:13 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 10:29:51 +0000 (11:29 +0100)
commitf59482b36878ca732549bf027bc7b0aa6ebae78c
tree3d6e7ba7007cf7fbd3629882c48f33fb360b439b
parentd835b9ed28ee2b4de09e642f08e5e12ef411a88d
Purecopy removal: Lisp code

* lisp/emacs-lisp/bytecomp.el (byte-compile-cond-jump-table): Don't
request our hash tables be purecopied.  Adjust comment.
* lisp/progmodes/elisp-mode.el (elisp--local-variables-completion-table):
Use 'defconst' rather than 'defvar' now the purespace problem is gone
* lisp/rfn-eshadow.el (file-name-shadow-properties): Remove obsolete
comment.

(cherry picked from commit 5b471384d1805bfb9e78314f8cb1f4d09aa378f7)
lisp/emacs-lisp/bytecomp.el
lisp/rfn-eshadow.el