]> git.eshelyaron.com Git - emacs.git/commit
bibtex-string-file-path and bibtex-file-path are lists of directories
authorRoland Winkler <winkler@gnu.org>
Sun, 12 Jan 2025 21:17:28 +0000 (15:17 -0600)
committerEshel Yaron <me@eshelyaron.com>
Mon, 13 Jan 2025 07:43:39 +0000 (08:43 +0100)
commit4170a9d445602a85808b6bed8b26cc4e887103f6
tree50db009455d1070c88f5f847b61c3fdbf9934c8c
parentde03c9e7a1f4d77c31b7f8f8ce38226c3a04e8c2
bibtex-string-file-path and bibtex-file-path are lists of directories

* lisp/textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
These user options are now lists of directories.  For backward compatibility,
the old, obsolete format is still supported.
(bibtex-string-files-init, bibtex-initialize): Change accordingly.
Use file-name-extension and file-name-with-extension.
* etc/NEWS: Entry for new format of bibtex-string-file-path and
bibtex-file-path.

(cherry picked from commit 14b5ba7c61fd8fb1e2c8fe956ee925b4a59c10c8)
etc/NEWS
lisp/textmodes/bibtex.el