]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/uniquify.el (uniquify-buffer-name-style): Quote apostrophe.
authorPhilipp Stephani <phst@google.com>
Tue, 26 Jul 2022 08:30:55 +0000 (10:30 +0200)
committerPhilipp Stephani <phst@google.com>
Wed, 3 Aug 2022 08:50:22 +0000 (10:50 +0200)
lisp/uniquify.el

index 6b48fe3df624bc6558d5ff28c0e1f53c9359df85..27a0dbd120083b5197c58bf96dcf418d2276945b 100644 (file)
@@ -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