/[emacs]/emacs/lisp/textmodes/po.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/po.el

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

revision 1.1 by eliz, Fri Mar 15 13:22:13 2002 UTC revision 1.2 by eliz, Fri Mar 15 19:30:01 2002 UTC
# Line 149  Return a Mule (DECODING . ENCODING) pair Line 149  Return a Mule (DECODING . ENCODING) pair
149  Called through file-coding-system-alist, before the file is visited for real."  Called through file-coding-system-alist, before the file is visited for real."
150    (and (eq operation 'insert-file-contents)    (and (eq operation 'insert-file-contents)
151         (file-exists-p filename)         (file-exists-p filename)
152         (po-with-temp-buffer         (with-temp-buffer
153           (let* ((coding-system-for-read 'no-conversion)           (let* ((coding-system-for-read 'no-conversion)
154                  (charset (or (po-find-charset filename) "ascii"))                  (charset (or (po-find-charset filename) "ascii"))
155                  (charset-upper (intern (upcase charset)))                  (charset-upper (intern (upcase charset)))

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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