]> git.eshelyaron.com Git - emacs.git/commit
Improve flag variable names in uniquify
authorStefan Kangas <stefankangas@gmail.com>
Thu, 26 Dec 2024 20:17:28 +0000 (21:17 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Dec 2024 15:39:27 +0000 (16:39 +0100)
commitae9fae5ffd86fa37e965726222ca89f407b257eb
treed70d676c2b71f5e47cd6fcae790fa370c53670a1
parent7d38e9f22869fcdffa243b38c04b4e2de62ba86f
Improve flag variable names in uniquify

* lisp/uniquify.el (uniquify-after-kill-buffer-flag)
(uniquify-trailing-separator-flag): Rename from
'uniquify-after-kill-buffer-p' and 'uniquify-trailing-separator-p', to
better adhere to our conventions.  Update all users and leave old names
as obsolete variable aliases.

(cherry picked from commit 85f5be491e001d30b80e853ee028b80812577071)
lisp/files.el
lisp/uniquify.el
test/lisp/uniquify-tests.el