/[emacs]/emacs/lisp/international/mule.el
ViewVC logotype

Diff of /emacs/lisp/international/mule.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.141.2.16 by fx, Mon Jun 24 18:24:28 2002 UTC revision 1.141.2.17 by fx, Thu Jun 27 15:25:46 2002 UTC
# Line 271  Return t if file exists." Line 271  Return t if file exists."
271                ;; Otherwise, eval-buffer might try to interpret random                ;; Otherwise, eval-buffer might try to interpret random
272                ;; binary junk as multibyte characters.                ;; binary junk as multibyte characters.
273                (if (and enable-multibyte-characters                (if (and enable-multibyte-characters
274                         (or (eq (coding-system-type last-coding-system-used) 5)                         (or (eq (coding-system-type last-coding-system-used) 'raw-text)
275                             (eq last-coding-system-used 'no-conversion)))                             (eq last-coding-system-used 'no-conversion)))
276                    (set-buffer-multibyte nil))                    (set-buffer-multibyte nil))
277                ;; Make `kill-buffer' quiet.                ;; Make `kill-buffer' quiet.

Legend:
Removed from v.1.141.2.16  
changed lines
  Added in v.1.141.2.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26