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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-group.el [lexbind]
Date: Wed, 06 Oct 2004 01:45:22 -0400

Index: emacs/lisp/gnus/gnus-group.el
diff -c emacs/lisp/gnus/gnus-group.el:1.19.2.3 
emacs/lisp/gnus/gnus-group.el:1.19.2.4
*** emacs/lisp/gnus/gnus-group.el:1.19.2.3      Thu Sep 16 00:12:15 2004
--- emacs/lisp/gnus/gnus-group.el       Wed Oct  6 05:21:52 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]