Mercurial > emacs
diff lisp/gnus/gnus-sum.el @ 49283:735a1f4fc9e0
* gnus-sum.el (gnus-alter-header-function): Add type and group.
author | ShengHuo ZHU <zsh@cs.rochester.edu> |
---|---|
date | Thu, 16 Jan 2003 23:10:22 +0000 |
parents | 52d99cc2e9e3 |
children | 0d8b17d428b5 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el Thu Jan 16 19:46:00 2003 +0000 +++ b/lisp/gnus/gnus-sum.el Thu Jan 16 23:10:22 2003 +0000 @@ -806,7 +806,10 @@ (defcustom gnus-alter-header-function nil "Function called to allow alteration of article header structures. The function is called with one parameter, the article header vector, -which it may alter in any way.") +which it may alter in any way." + :type '(choice (const :tag "None" nil) + function) + :group 'gnus-summary) (defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string "Variable that says which function should be used to decode a string with encoded words.")