summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-09-05 17:24:42 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-09-05 17:24:42 +0200
commit82b695faa3c501fc59b1972c43284d7e02510d7f (patch)
tree2c90ab8d01ee2e21c932a11b051ee24a0a4d7f4f
parentf303b64f0e1d949adaf2e6fce3d3c5a6728d898e (diff)
downloademacs-82b695faa3c501fc59b1972c43284d7e02510d7f.tar.gz
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.
-rw-r--r--lisp/cus-edit.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 3e239bd8753..7153ba40e13 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."