]> git.eshelyaron.com Git - emacs.git/commit
Use `defvar` for variables that are not constant
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 7 Feb 2024 16:13:56 +0000 (11:13 -0500)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Feb 2024 19:59:54 +0000 (20:59 +0100)
commitfff40a5377eb66945b6fd6c0af664c8192b1dfb6
treee16d04941793ee1afd4594a26010c1c0dd493bf3
parent7ba9eedd0e4251b6d948634a2220136356033d5a
Use `defvar` for variables that are not constant

* test/lisp/international/mule-tests.el (sgml-html-meta-pre)
(sgml-html-meta-post):
* test/lisp/net/tramp-archive-tests.el (tramp-archive-test-file-archive)
(tramp-archive-test-archive):
* test/lisp/emacs-lisp/macroexp-resources/vk.el (vk-b):
Don't use `defconst` if it's not constant.

(cherry picked from commit cc5d4f15f96f97b6c4eb8b58144d0a0f217d393a)
test/lisp/emacs-lisp/macroexp-resources/vk.el
test/lisp/international/mule-tests.el
test/lisp/net/tramp-archive-tests.el