/[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.191 by miles, Mon Sep 1 15:45:28 2003 UTC revision 1.192 by handa, Mon Sep 29 02:18:39 2003 UTC
# Line 1850  of the function `insert-file-contents'." Line 1850  of the function `insert-file-contents'."
1850              (setq coding (funcall set-auto-coding-function              (setq coding (funcall set-auto-coding-function
1851                                    filename (- (point-max) (point-min)))))                                    filename (- (point-max) (point-min)))))
1852          (or coding          (or coding
1853              (setq coding (find-operation-coding-system              (setq coding (car (find-operation-coding-system
1854                            'insert-file-contents                                 'insert-file-contents
1855                            filename visit beg end replace)))                                 filename visit beg end replace))))
1856          (if (coding-system-p coding)          (if (coding-system-p coding)
1857              (or enable-multibyte-characters              (or enable-multibyte-characters
1858                  (setq coding                  (setq coding

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

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