mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +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
|
(unless no-suffix
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(insert "..."))
|
(insert "..."))
|
||||||
(propertize (symbol-name symbol)
|
(buffer-string)))))
|
||||||
'display (buffer-string))))))
|
|
||||||
|
|
||||||
(defcustom custom-unlispify-tag-names t
|
(defcustom custom-unlispify-tag-names t
|
||||||
"Display tag names as words instead of symbols if non-nil."
|
"Display tag names as words instead of symbols if non-nil."
|
||||||
|
Loading…
Reference in New Issue
Block a user