]> git.eshelyaron.com Git - emacs.git/commit
Use with-environment-variables in more places
authorStefan Kangas <stefankangas@gmail.com>
Fri, 27 Dec 2024 04:02:55 +0000 (05:02 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Dec 2024 15:45:06 +0000 (16:45 +0100)
commit3343d43ef3871a4279e59045d7f31a35d3ce3892
treea487a54514e1afbf66f38c2e96a6bb425c09feb9
parentf2a7615a0bef95b88fec5c464095c5ad05b39698
Use with-environment-variables in more places

* lisp/gnus/gnus-search.el (gnus-search-run-search):
* lisp/man.el (Man-completion-table):
* lisp/progmodes/cperl-mode.el (cperl-pod-to-manpage):
* test/src/fileio-tests.el (fileio-tests--relative-HOME):
Prefer 'with-environment-variables'.

(cherry picked from commit 4f942b4994df82b9ba7ee10a75008b2338e38fc3)
lisp/gnus/gnus-search.el
lisp/man.el
lisp/progmodes/cperl-mode.el
test/src/fileio-tests.el