diff options
| -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 c13b6817e57..f93484f0ca8 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -829,7 +829,7 @@ function by default." | |||
| 829 | ;; It seems that random 8-bit codes are read. We had | 829 | ;; It seems that random 8-bit codes are read. We had |
| 830 | ;; better edit this buffer without multibyte character | 830 | ;; better edit this buffer without multibyte character |
| 831 | ;; facility. | 831 | ;; facility. |
| 832 | (setq enable-multibyte-characters nil)) | 832 | (set-buffer-multibyte nil)) |
| 833 | (set-buffer-modified-p modified-p)))) | 833 | (set-buffer-modified-p modified-p)))) |
| 834 | nil) | 834 | nil) |
| 835 | 835 | ||