changeset 43937:e572fbd0d2c8

(po-find-file-coding-system-guts): Use with-temp-buffer instead of po-with-temp-buffer.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 15 Mar 2002 19:30:01 +0000
parents 20daeefd7052
children 60afac34bb7c
files lisp/textmodes/po.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/po.el	Fri Mar 15 18:36:14 2002 +0000
+++ b/lisp/textmodes/po.el	Fri Mar 15 19:30:01 2002 +0000
@@ -149,7 +149,7 @@
 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
+       (with-temp-buffer
 	 (let* ((coding-system-for-read 'no-conversion)
                 (charset (or (po-find-charset filename) "ascii"))
                 (charset-upper (intern (upcase charset)))