Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
351 | 351 |
352 If nil, the user will be asked for a duration." | 352 If nil, the user will be asked for a duration." |
353 :group 'gnus-score-default | 353 :group 'gnus-score-default |
354 :type '(choice (const :tag "temporary" t) | 354 :type '(choice (const :tag "temporary" t) |
355 (const :tag "permanent" p) | 355 (const :tag "permanent" p) |
356 (const :tag "immediate" i))) | 356 (const :tag "immediate" i) |
357 (const :tag "ask" nil))) | |
357 | 358 |
358 (defcustom gnus-score-after-write-file-function nil | 359 (defcustom gnus-score-after-write-file-function nil |
359 "Function called with the name of the score file just written to disk." | 360 "Function called with the name of the score file just written to disk." |
360 :group 'gnus-score-files | 361 :group 'gnus-score-files |
361 :type 'function) | 362 :type 'function) |