emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-group.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-group.el [emacs-unicode-2]
Date: Tue, 21 Sep 2004 06:13:19 -0400

Index: emacs/lisp/gnus/gnus-group.el
diff -c emacs/lisp/gnus/gnus-group.el:1.23.2.2 
emacs/lisp/gnus/gnus-group.el:1.23.2.3
*** emacs/lisp/gnus/gnus-group.el:1.23.2.2      Thu Sep  9 09:36:25 2004
--- emacs/lisp/gnus/gnus-group.el       Tue Sep 21 09:34:07 2004
***************
*** 435,440 ****
--- 435,441 ----
  If non-nil, the value should be a string, e.g. \"nnml:\",
  in which case `gnus-group-jump-to-group' offers \"Group: nnml:\"
  in the minibuffer prompt."
+   :version "21.4"
    :group 'gnus-group-various
    :type '(choice (string :tag "Prompt string")
                 (const :tag "Empty" nil)))
***************
*** 1959,1970 ****
--- 1960,1973 ----
  If the number of articles in a newsgroup is greater than this value,
  confirmation is required for selecting the newsgroup.  If it is nil, no
  confirmation is required."
+   :version "21.4"
    :group 'gnus-group-select
    :type '(choice (const :tag "No limit" nil)
                 integer))
  
  (defcustom gnus-fetch-old-ephemeral-headers nil
    "Same as `gnus-fetch-old-headers', but only used for ephemeral newsgroups."
+   :version "21.4"
    :group 'gnus-thread
    :type '(choice (const :tag "off" nil)
                 (const some)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]