[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/international/mule.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/international/mule.el |
Date: |
Sun, 23 Oct 2005 14:24:00 -0400 |
Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.226
emacs/lisp/international/mule.el:1.227
*** emacs/lisp/international/mule.el:1.226 Sat Sep 24 13:43:59 2005
--- emacs/lisp/international/mule.el Sun Oct 23 18:24:00 2005
***************
*** 85,91 ****
;; Make `kill-buffer' quiet.
(set-buffer-modified-p nil))
;; Have the original buffer current while we eval.
! (eval-buffer buffer nil file
;; If this Emacs is running with --unibyte,
;; convert multibyte strings to unibyte
;; after reading them.
--- 85,93 ----
;; Make `kill-buffer' quiet.
(set-buffer-modified-p nil))
;; Have the original buffer current while we eval.
! (eval-buffer buffer nil
! ;; This is compatible with what `load' does.
! (if purify-flag file fullname)
;; If this Emacs is running with --unibyte,
;; convert multibyte strings to unibyte
;; after reading them.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/international/mule.el,
Richard M . Stallman <=