summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cus-edit.el')
-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."