]> git.eshelyaron.com Git - emacs.git/commit
Don't call purecopy in textmodes/*.el
authorStefan Kangas <stefankangas@gmail.com>
Mon, 9 Dec 2024 02:47:37 +0000 (03:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:03:07 +0000 (12:03 +0100)
commit5990defc3ea4803b9d28f35ae8ad49094d94fa2b
treefee888b918332aeeee7e5bba7de686e6308a2358
parent8efc49097fc8cf126554ede9baff397c87838881
Don't call purecopy in textmodes/*.el

* lisp/textmodes/bibtex.el (bibtex-url, bibtex-search-crossref):
* lisp/textmodes/fill.el (adaptive-fill-regexp)
(adaptive-fill-first-line-regexp):
* lisp/textmodes/ispell.el (ispell-menu-map)
(ispell-skip-region-alist, ispell-tex-skip-alists):
* lisp/textmodes/rst.el (auto-mode-alist):
* lisp/textmodes/texinfo.el (texinfo-open-quote):
* lisp/textmodes/tex-mode.el (tex-directory, tex-run-command)
(latex-run-command, slitex-run-command, tex-start-options)
(tex-start-commands, tex-bibtex-command, tex-dvi-print-command)
(tex-alt-dvi-print-command, tex-dvi-view-command)
(tex-show-queue-command, tex-open-quote, tex-close-quote):
* lisp/textmodes/texinfo.el (texinfo-open-quote)
(texinfo-close-quote): Remove calls to purecopy.

(cherry picked from commit e44b1bf5cca00edb87452f864e9c450116d8f830)
lisp/textmodes/bibtex.el
lisp/textmodes/fill.el
lisp/textmodes/ispell.el
lisp/textmodes/rst.el
lisp/textmodes/tex-mode.el
lisp/textmodes/texinfo.el