+2001-11-10 Karl Eichwalder <ke@suse.de>
+
+ * po-mode.el (po-find-file-coding-system-guts): Use
+ 'po-with-temp-buffer' instead of 'with-temp-buffer'.
+ (po-msgfmt-version-check): Likewise.
+
+2001-11-09 Dave Love <fx@gnu.org>
+ Bruno Haible <haible@clisp.cons.org>
+
+ * po-mode.el: Doc fixes.
+ (po-mode-map): Put all in defvar.
+
2001-08-23 Karl Eichwalder <ke@suse.de>
* po-mode.el (po-mode-map): Assign new Key bindings to avoid
Return a Mule (DECODING . ENCODING) pair, according to PO file charset.
Called through file-coding-system-alist, before the file is visited for real."
(and (eq operation 'insert-file-contents)
- (with-temp-buffer
+ (po-with-temp-buffer
(let ((coding-system-for-read 'no-conversion))
(let* ((charset (or (po-find-charset filename)
"ascii"))
(defvar po-msgfmt-version-checked nil)
(defun po-msgfmt-version-check ()
"'msgfmt' from GNU gettext 0.10.36 or greater is required."
- (with-temp-buffer
+ (po-with-temp-buffer
(or
;; Don't bother checking again.
po-msgfmt-version-checked