mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 11:20:39 -08:00
* lisp/uniquify.el (uniquify-buffer-name-style): Quote apostrophe.
This commit is contained in:
parent
f23d456039
commit
20ee17385f
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ is a list of strings. For example the current implementation for
|
||||||
post-forward-angle-brackets could be:
|
post-forward-angle-brackets could be:
|
||||||
|
|
||||||
(defun my-post-forward-angle-brackets (base extra-string)
|
(defun my-post-forward-angle-brackets (base extra-string)
|
||||||
(concat base \"<\" (mapconcat #'identity extra-string \"/\") \">\"))
|
(concat base \"<\" (mapconcat #\\='identity extra-string \"/\") \">\"))
|
||||||
|
|
||||||
The \"mumble\" part may be stripped as well, depending on the
|
The \"mumble\" part may be stripped as well, depending on the
|
||||||
setting of `uniquify-strip-common-suffix'. For more options that
|
setting of `uniquify-strip-common-suffix'. For more options that
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue