summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 0a9d3c1da9c..712291b4abf 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -348,7 +348,7 @@ Return t if file exists."
;; If this Emacs is running with --unibyte,
;; convert multibyte strings to unibyte
;; after reading them.
-;; (not default-enable-multibyte-characters)
+;; (not (default-value 'enable-multibyte-characters))
nil t
))
(let (kill-buffer-hook kill-buffer-query-functions)