emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 20ee17385f: * lisp/uniquify.el (uniquify-buffer-name-style): Qu


From: Philipp Stephani
Subject: emacs-28 20ee17385f: * lisp/uniquify.el (uniquify-buffer-name-style): Quote apostrophe.
Date: Wed, 3 Aug 2022 04:51:02 -0400 (EDT)

branch: emacs-28
commit 20ee17385f06a050aa45985fb4da2ff3f27925d5
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    * lisp/uniquify.el (uniquify-buffer-name-style): Quote apostrophe.
---
 lisp/uniquify.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/uniquify.el b/lisp/uniquify.el
index 6b48fe3df6..27a0dbd120 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]