diff lisp/gnus/gnus-score.el @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 7d55a9ba150c
children 585fb297b004
line wrap: on
line diff
--- a/lisp/gnus/gnus-score.el	Mon Aug 13 09:24:19 2007 +0200
+++ b/lisp/gnus/gnus-score.el	Mon Aug 13 09:25:29 2007 +0200
@@ -353,7 +353,8 @@
   :group 'gnus-score-default
   :type '(choice (const :tag "temporary" t)
 		 (const :tag "permanent" p)
-		 (const :tag "immediate" i)))
+		 (const :tag "immediate" i)
+		 (const :tag "ask" nil)))
 
 (defcustom gnus-score-after-write-file-function nil
   "Function called with the name of the score file just written to disk."