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-sum.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Tue, 07 Dec 2004 17:11:53 -0500

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.54 emacs/lisp/gnus/gnus-sum.el:1.55
*** emacs/lisp/gnus/gnus-sum.el:1.54    Mon Nov 22 20:24:59 2004
--- emacs/lisp/gnus/gnus-sum.el Tue Dec  7 21:56:39 2004
***************
*** 264,270 ****
                               (not (or (consp value) (functionp value))))
                      :value t)
                (const nil)
!               (sexp :tag "Predicate specifier" :size 0)))
  
  (defcustom gnus-thread-hide-killed t
    "*If non-nil, hide killed threads automatically."
--- 264,270 ----
                               (not (or (consp value) (functionp value))))
                      :value t)
                (const nil)
!               (sexp :tag "Predicate specifier")))
  
  (defcustom gnus-thread-hide-killed t
    "*If non-nil, hide killed threads automatically."
***************
*** 4639,4657 ****
    "With %B spec, used for the root of a thread.
  If nil, use subject instead."
    :version "21.4"
!   :type '(radio (const :format "%v  " nil) (string :size 0))
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-false-root "> "
    "With %B spec, used for a false root of a thread.
  If nil, use subject instead."
    :version "21.4"
!   :type '(radio (const :format "%v  " nil) (string :size 0))
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-single-indent ""
    "With %B spec, used for a thread with just one message.
  If nil, use subject instead."
    :version "21.4"
!   :type '(radio (const :format "%v  " nil) (string :size 0))
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-vertical "| "
    "With %B spec, used for drawing a vertical line."
--- 4639,4657 ----
    "With %B spec, used for the root of a thread.
  If nil, use subject instead."
    :version "21.4"
!   :type '(radio (const :format "%v  " nil) string)
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-false-root "> "
    "With %B spec, used for a false root of a thread.
  If nil, use subject instead."
    :version "21.4"
!   :type '(radio (const :format "%v  " nil) string)
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-single-indent ""
    "With %B spec, used for a thread with just one message.
  If nil, use subject instead."
    :version "21.4"
!   :type '(radio (const :format "%v  " nil) string)
    :group 'gnus-thread)
  (defcustom gnus-sum-thread-tree-vertical "| "
    "With %B spec, used for drawing a vertical line."




reply via email to

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