From 99b195c851fef3b843917001bb621879f5396e71 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 Sep 2009 06:43:33 +0000 Subject: [PATCH] Comment. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2