]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Display name with with spaces, but keep symbol name underneath"
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Sep 2020 15:24:42 +0000 (17:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Sep 2020 15:24:42 +0000 (17:24 +0200)
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

index 3e239bd8753b05338c8bab73749eeee858e14405..7153ba40e13e97e6fdf72630c22af7121f078027 100644 (file)
@@ -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."