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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el
Date: Mon, 05 Sep 2005 19:58:09 -0400

Index: emacs/lisp/gnus/gnus-art.el
diff -c emacs/lisp/gnus/gnus-art.el:1.92 emacs/lisp/gnus/gnus-art.el:1.93
*** emacs/lisp/gnus/gnus-art.el:1.92    Wed Aug 31 13:03:29 2005
--- emacs/lisp/gnus/gnus-art.el Mon Sep  5 23:58:08 2005
***************
*** 236,242 ****
  will be called without any parameters, and if it returns nil, there is
  no signature in the buffer.  If it is a string, it will be used as a
  regexp.  If it matches, the text in question is not a signature."
!   :type '(choice (integer :value 200)
                 (number :value 4.0)
                 (function :value fun)
                 (regexp :value ".*"))
--- 236,243 ----
  will be called without any parameters, and if it returns nil, there is
  no signature in the buffer.  If it is a string, it will be used as a
  regexp.  If it matches, the text in question is not a signature."
!   :type '(choice (const nil)
!                (integer :value 200)
                 (number :value 4.0)
                 (function :value fun)
                 (regexp :value ".*"))
***************
*** 869,875 ****
  This is meant for people who want to do something automatic based
  on parts -- for instance, adding Vcard info to a database."
    :group 'gnus-article-mime
!   :type 'function)
  
  (defcustom gnus-mime-multipart-functions nil
    "An alist of MIME types to functions to display them."
--- 870,877 ----
  This is meant for people who want to do something automatic based
  on parts -- for instance, adding Vcard info to a database."
    :group 'gnus-article-mime
!   :type '(choice (const nil)
!                function))
  
  (defcustom gnus-mime-multipart-functions nil
    "An alist of MIME types to functions to display them."




reply via email to

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