diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-03 06:43:33 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-03 06:43:33 +0000 |
commit | 99b195c851fef3b843917001bb621879f5396e71 (patch) | |
tree | 6b87ca6f19bf01470806e4fc6dda8251a9cff392 /lisp | |
parent | f38184aa0f18305cfb1cae1ecd1c7a568309b8dc (diff) | |
download | emacs-99b195c851fef3b843917001bb621879f5396e71.tar.gz |
Comment.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/mule.el | 2 |
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) |