]> git.eshelyaron.com Git - emacs.git/commit
Don't call purecopy in progmodes/*.el
authorStefan Kangas <stefankangas@gmail.com>
Mon, 9 Dec 2024 02:39:56 +0000 (03:39 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:01:51 +0000 (12:01 +0100)
commit8efc49097fc8cf126554ede9baff397c87838881
tree2b341a31b20f1d98aa37d818c1a0ecb5f8aa02dd
parent53f1152952f14330fb132f27a78bb335d082f220
Don't call purecopy in progmodes/*.el

* lisp/progmodes/compile.el (compile-command):
* lisp/progmodes/etags.el (tags-compression-info-list):
* lisp/progmodes/grep.el (grep-program, find-program, xargs-program):
* lisp/progmodes/js.el (interpreter-mode-alist):
* lisp/progmodes/python.el (interpreter-mode-alist):
* lisp/progmodes/ruby-mode.el (auto-mode-alist, interpreter-mode-alist):
* lisp/progmodes/vera-mode.el: Remove calls to purecopy.

(cherry picked from commit 04408e198f1acc2eeae2ca299de994ba38116d1a)
lisp/progmodes/compile.el
lisp/progmodes/etags.el
lisp/progmodes/grep.el
lisp/progmodes/js.el
lisp/progmodes/python.el
lisp/progmodes/ruby-mode.el