comparison lisp/gnus/gnus-art.el @ 75401:22f89b72ef50

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 196) - Update from CVS 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix custom choice. * lisp/gnus/gnus-art.el (gnus-signature-limit): Fix custom choice. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-612
author Miles Bader <miles@gnu.org>
date Wed, 24 Jan 2007 07:13:07 +0000
parents e3694f1cb928
children 69ddf7e920dd 95d0cdf160ea
comparison
equal deleted inserted replaced
75400:e838db0a01ed 75401:22f89b72ef50
240 no signature in the buffer. If it is a string, it will be used as a 240 no signature in the buffer. If it is a string, it will be used as a
241 regexp. If it matches, the text in question is not a signature." 241 regexp. If it matches, the text in question is not a signature."
242 :type '(choice (const nil) 242 :type '(choice (const nil)
243 (integer :value 200) 243 (integer :value 200)
244 (number :value 4.0) 244 (number :value 4.0)
245 (function :value fun) 245 function
246 (regexp :value ".*")) 246 (regexp :value ".*"))
247 :group 'gnus-article-signature) 247 :group 'gnus-article-signature)
248 248
249 (defcustom gnus-hidden-properties '(invisible t intangible t) 249 (defcustom gnus-hidden-properties '(invisible t intangible t)
250 "Property list to use for hiding text." 250 "Property list to use for hiding text."