From: yamaoka Date: Tue, 13 Jan 2004 04:01:50 +0000 (+0000) Subject: Synch to No Gnus 200401130212. X-Git-Tag: t-gnus-6_17_4-quimby-~1138 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b287ac54da015c0bac7db6b6e0c3561ba6310b7a;p=elisp%2Fgnus.git- Synch to No Gnus 200401130212. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b65c68d..7dbc686 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2004-01-13 Simon Josefsson + * gnus-score.el (gnus-score-edit-all-score): Fix prototype. + Invoke gnus-score-mode. Reported by + bojohan+news@dd.chalmers.se (Johan Bockg,Ae(Brd). + * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by Jim Blandy (tiny change). diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el index 6a337ab..e395cee 100644 --- a/lisp/gnus-score.el +++ b/lisp/gnus-score.el @@ -1122,10 +1122,11 @@ EXTRA is the possible non-standard header." 4 (substitute-command-keys "\\\\[gnus-score-edit-exit] to save edits")))) -(defun gnus-score-edit-all-score (file) +(defun gnus-score-edit-all-score () "Edit the all.SCORE file." (interactive) - (find-file (gnus-score-file-name "all"))) + (find-file (gnus-score-file-name "all")) + (gnus-score-mode)) (defun gnus-score-edit-file (file) "Edit a score file."