]> git.eshelyaron.com Git - emacs.git/commit
Remove purecopy calls from files.el
authorStefan Kangas <stefankangas@gmail.com>
Fri, 23 Aug 2024 18:05:15 +0000 (20:05 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 10:56:07 +0000 (11:56 +0100)
commit19331721626699ed6387443c8198e72247729bb2
tree205f49f4a9cb9feaa20518069a21caff4fd649b3
parentdabdca7a0d30b07d00a9d265da1a44cec09a0adc
Remove purecopy calls from files.el

* lisp/files.el (null-device, file-name-invalid-regexp)
(locate-dominating-stop-dir-regexp, auto-mode-alist)
(interpreter-mode-alist, inhibit-local-variables-regexps)
(auto-mode-interpreter-regexp, magic-fallback-mode-alist)
(save-some-buffers-action-alist, list-directory-brief-switches)
(list-directory-verbose-switches, insert-directory-program)
(directory-free-space-program, directory-free-space-args)
(directory-listing-before-filename-regexp)
(file-name-handler-alist): Remove all purecopy calls.

(cherry picked from commit 538a2428983c3aaf300bba920bc9f7e4d718982e)
lisp/files.el