Synch to No Gnus 200401130212.
authoryamaoka <yamaoka>
Tue, 13 Jan 2004 04:01:50 +0000 (04:01 +0000)
committeryamaoka <yamaoka>
Tue, 13 Jan 2004 04:01:50 +0000 (04:01 +0000)
lisp/ChangeLog
lisp/gnus-score.el

index b65c68d..7dbc686 100644 (file)
@@ -1,5 +1,9 @@
 2004-01-13  Simon Josefsson  <jas@extundo.com>
 
+       * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
+       Invoke gnus-score-mode.  Reported by
+       bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
+
        * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
        Jim Blandy <jimb@redhat.com> (tiny change).
 
index 6a337ab..e395cee 100644 (file)
@@ -1122,10 +1122,11 @@ EXTRA is the possible non-standard header."
      4 (substitute-command-keys
        "\\<gnus-score-mode-map>\\[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."