]> git.eshelyaron.com Git - emacs.git/commit
Don't call purecopy in vc/*.el
authorStefan Kangas <stefankangas@gmail.com>
Mon, 9 Dec 2024 19:44:23 +0000 (20:44 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:03:41 +0000 (12:03 +0100)
commit55f2c34bdc37a6b76a5e1918ca46c2d1ae8c458c
tree11648a53981130c8b698a0db045f8da8e4c4a052
parent2d34ee3f2c6a9b891fa8b92d43beb71177fc321c
Don't call purecopy in vc/*.el

* lisp/vc/diff.el (diff-command, diff-switches):
* lisp/vc/ediff-hook.el (menu-bar-ediff-misc-menu)
(menu-bar-epatch-menu, menu-bar-ediff-merge-menu)
(menu-bar-ediff-menu):
* lisp/vc/pcvs-defs.el (cvs-global-menu):
* lisp/vc/vc-hooks.el (vc-menu-entry)
(vc-directory-exclusion-list):
* lisp/vc/vc-rcs.el (vc-rcs-master-templates):
* lisp/vc/vc-sccs.el (vc-sccs-master-templates):
* lisp/vc/vc-src.el (vc-src-master-templates): Remove calls to purecopy.

(cherry picked from commit 8bd246d87ea9cf02cab0a229e89b1648e9462c2e)
lisp/vc/diff.el
lisp/vc/ediff-hook.el
lisp/vc/pcvs-defs.el
lisp/vc/vc-hooks.el
lisp/vc/vc-rcs.el
lisp/vc/vc-sccs.el
lisp/vc/vc-src.el