diff options
| -rw-r--r-- | lisp/international/mule.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 512d2addcf6..01ac2a776ec 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -85,6 +85,7 @@ Return t if file exists." | |||
| 85 | ;; convert multibyte strings to unibyte | 85 | ;; convert multibyte strings to unibyte |
| 86 | ;; after reading them. | 86 | ;; after reading them. |
| 87 | ;; (not default-enable-multibyte-characters) | 87 | ;; (not default-enable-multibyte-characters) |
| 88 | nil t | ||
| 88 | )) | 89 | )) |
| 89 | (let (kill-buffer-hook kill-buffer-query-functions) | 90 | (let (kill-buffer-hook kill-buffer-query-functions) |
| 90 | (kill-buffer buffer))) | 91 | (kill-buffer buffer))) |