summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index faf00a76d68..ad560007655 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -58,9 +58,9 @@ needs to be called on every use of `truncate-string-to-width' to
decide whether the selected frame can display that Unicode character."
(cond
(truncate-string-ellipsis)
- ;; This uses the character's name instead of the character itself
+ ;; This uses the character's number instead of the character itself
;; to avoid decoding problems when loading this file. FIXME.
- ((char-displayable-p ?\N{HORIZONTAL ELLIPSIS}) "\N{HORIZONTAL ELLIPSIS}")
+ ((char-displayable-p ?\u2026) "\u2026")
("...")))
;;;###autoload