From: yamaoka Date: Sun, 21 May 2000 22:28:16 +0000 (+0000) Subject: * gnus-vers.el (gnus-revision-number): Increment to 02. X-Git-Tag: t-gnus-6_14_4-02 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9dc1de77c79968865281e0f9eeda505fd435c158;p=elisp%2Fgnus.git- * gnus-vers.el (gnus-revision-number): Increment to 02. * dgnushack.el (dgnushack-texi-format): Fix last change. --- diff --git a/ChangeLog b/ChangeLog index c142f36..4830a36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-05-21 Katsumi Yamaoka + + * lisp/gnus-vers.el (gnus-revision-number): Increment to 02. + + * lisp/dgnushack.el (dgnushack-texi-format): Fix last change. + 2000-05-21 TSUCHIYA Masatoshi * nnshimbun.el: New backend. diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 3afc5ab..c1c933e 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -405,8 +405,9 @@ You must specify the name of the package path as follows: (if buffer-file-name (kill-buffer (current-buffer))) (find-file file) (if (boundp 'MULE) - (setq coding-system-for-write buffer-file-coding-system) - (setq output-coding-system (symbol-value 'file-coding-system))) + (setq output-coding-system (symbol-value + 'file-coding-system)) + (setq coding-system-for-write buffer-file-coding-system)) (when (and addsuffix (re-search-forward "^@setfilename[\t ]+\\([^\t\n ]+\\)" nil t) diff --git a/lisp/gnus-vers.el b/lisp/gnus-vers.el index deae8dd..1094da8 100644 --- a/lisp/gnus-vers.el +++ b/lisp/gnus-vers.el @@ -31,7 +31,7 @@ (require 'product) (provide 'gnus-vers) -(defconst gnus-revision-number "01" +(defconst gnus-revision-number "02" "Revision number for this version of gnus.") ;; Product information of this gnus.