[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 82b695f 3/3: Revert "Display name with with spaces, but keep symb
From: |
Lars Ingebrigtsen |
Subject: |
master 82b695f 3/3: Revert "Display name with with spaces, but keep symbol name underneath" |
Date: |
Sat, 5 Sep 2020 11:26:14 -0400 (EDT) |
branch: master
commit 82b695faa3c501fc59b1972c43284d7e02510d7f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Revert "Display name with with spaces, but keep symbol name underneath"
This reverts commit e0c77bb62c1c950a82ea0517646d989dc5c1fe27.
We can't use a string with a display string here, anyway, because
it's used in other contexts.
---
lisp/cus-edit.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 3e239bd..7153ba4 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -561,8 +561,7 @@ value unless you are sure you know what it does."
(unless no-suffix
(goto-char (point-max))
(insert "..."))
- (propertize (symbol-name symbol)
- 'display (buffer-string))))))
+ (buffer-string)))))
(defcustom custom-unlispify-tag-names t
"Display tag names as words instead of symbols if non-nil."