projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23d456
)
* lisp/uniquify.el (uniquify-buffer-name-style): Quote apostrophe.
author
Philipp Stephani
<phst@google.com>
Tue, 26 Jul 2022 08:30:55 +0000
(10:30 +0200)
committer
Philipp Stephani
<phst@google.com>
Wed, 3 Aug 2022 08:50:22 +0000
(10:50 +0200)
lisp/uniquify.el
patch
|
blob
|
history
diff --git
a/lisp/uniquify.el
b/lisp/uniquify.el
index 6b48fe3df624bc6558d5ff28c0e1f53c9359df85..27a0dbd120083b5197c58bf96dcf418d2276945b 100644
(file)
--- a/
lisp/uniquify.el
+++ b/
lisp/uniquify.el
@@
-110,7
+110,7
@@
is a list of strings. For example the current implementation for
post-forward-angle-brackets could be:
(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
setting of `uniquify-strip-common-suffix'. For more options that