1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Change release version from 21.4 to 22.1 throughout.

Change development version from 21.3.50 to 22.0.50.
This commit is contained in:
Kim F. Storm 2005-02-09 15:50:47 +00:00
parent 1de0ae85b3
commit bf247b6ed0
148 changed files with 799 additions and 792 deletions

View file

@ -237,7 +237,7 @@ This variable allows the same syntax as `gnus-home-score-file'."
(defcustom gnus-adaptive-word-length-limit nil
"*Words of a length lesser than this limit will be ignored when doing adaptive scoring."
:version "21.4"
:version "22.1"
:group 'gnus-score-adapt
:type '(radio (const :format "Unlimited " nil)
(integer :format "Maximum length: %v")))