comparison lisp/gnus/gnus-score.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents 9bdd97960431
children 88db2adda4b7 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
235 (symbol :tag "other")) 235 (symbol :tag "other"))
236 (integer :tag "Score")))))) 236 (integer :tag "Score"))))))
237 237
238 (defcustom gnus-adaptive-word-length-limit nil 238 (defcustom gnus-adaptive-word-length-limit nil
239 "*Words of a length lesser than this limit will be ignored when doing adaptive scoring." 239 "*Words of a length lesser than this limit will be ignored when doing adaptive scoring."
240 :version "21.4" 240 :version "22.1"
241 :group 'gnus-score-adapt 241 :group 'gnus-score-adapt
242 :type '(radio (const :format "Unlimited " nil) 242 :type '(radio (const :format "Unlimited " nil)
243 (integer :format "Maximum length: %v"))) 243 (integer :format "Maximum length: %v")))
244 244
245 (defcustom gnus-ignored-adaptive-words nil 245 (defcustom gnus-ignored-adaptive-words nil