[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/textmodes/po.el
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/textmodes/po.el |
Date: |
Fri, 15 Mar 2002 14:30:01 -0500 |
Index: emacs/lisp/textmodes/po.el
diff -c emacs/lisp/textmodes/po.el:1.1 emacs/lisp/textmodes/po.el:1.2
*** emacs/lisp/textmodes/po.el:1.1 Fri Mar 15 08:22:13 2002
--- emacs/lisp/textmodes/po.el Fri Mar 15 14:30:01 2002
***************
*** 149,155 ****
Called through file-coding-system-alist, before the file is visited for real."
(and (eq operation 'insert-file-contents)
(file-exists-p filename)
! (po-with-temp-buffer
(let* ((coding-system-for-read 'no-conversion)
(charset (or (po-find-charset filename) "ascii"))
(charset-upper (intern (upcase charset)))
--- 149,155 ----
Called through file-coding-system-alist, before the file is visited for real."
(and (eq operation 'insert-file-contents)
(file-exists-p filename)
! (with-temp-buffer
(let* ((coding-system-for-read 'no-conversion)
(charset (or (po-find-charset filename) "ascii"))
(charset-upper (intern (upcase charset)))