emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-customize.el


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-customize.el
Date: Sun, 22 Aug 2004 06:27:45 -0400

Index: emacs/lisp/mh-e/mh-customize.el
diff -c emacs/lisp/mh-e/mh-customize.el:1.7 emacs/lisp/mh-e/mh-customize.el:1.8
*** emacs/lisp/mh-e/mh-customize.el:1.7 Sun Aug 15 22:00:06 2004
--- emacs/lisp/mh-e/mh-customize.el     Sun Aug 22 05:11:27 2004
***************
*** 527,533 ****
    :group 'mh-identity)
  
  (defcustom mh-identity-handlers
!   '(("default" . mh-identity-handler-bottom)
      ("from" . mh-identity-handler-top)
      (":attribution-verb" . mh-identity-handler-attribution-verb)
      (":signature" . mh-identity-handler-signature)
--- 527,533 ----
    :group 'mh-identity)
  
  (defcustom mh-identity-handlers
!   '((":default" . mh-identity-handler-bottom)
      ("from" . mh-identity-handler-top)
      (":attribution-verb" . mh-identity-handler-attribution-verb)
      (":signature" . mh-identity-handler-signature)
***************
*** 535,543 ****
    "Handler functions for fields in `mh-identity-list'.
  This is an alist of fields (strings) and handlers (functions). Strings are
  lowercase. Use \":signature\" for Signature and \":pgg-default-user-id\" for
! GPG Key ID. The function associated with the string \"default\" is used if no
! other functions are appropriate. For this reason, don't name a header field
! \"Default\"."
    :type '(repeat (cons (string :tag "Field") function))
    :group 'mh-identity)
  
--- 535,542 ----
    "Handler functions for fields in `mh-identity-list'.
  This is an alist of fields (strings) and handlers (functions). Strings are
  lowercase. Use \":signature\" for Signature and \":pgg-default-user-id\" for
! GPG Key ID. The function associated with the string \":default\" is used if no
! other functions are appropriate."
    :type '(repeat (cons (string :tag "Field") function))
    :group 'mh-identity)
  




reply via email to

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