mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Revert "Display name with with spaces, but keep symbol name underneath"
This reverts commit e0c77bb62c
.
We can't use a string with a display string here, anyway, because
it's used in other contexts.
This commit is contained in:
parent
f303b64f0e
commit
82b695faa3
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user