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


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-identity.el
Date: Fri, 25 Mar 2005 04:51:57 -0500

Index: emacs/lisp/mh-e/mh-identity.el
diff -c emacs/lisp/mh-e/mh-identity.el:1.9 emacs/lisp/mh-e/mh-identity.el:1.10
*** emacs/lisp/mh-e/mh-identity.el:1.9  Wed Aug 25 05:57:29 2004
--- emacs/lisp/mh-e/mh-identity.el      Fri Mar 25 09:51:55 2005
***************
*** 1,6 ****
  ;;; mh-identity.el --- Multiple identify support for MH-E.
  
! ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Peter S. Galbraith <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
--- 1,6 ----
  ;;; mh-identity.el --- Multiple identify support for MH-E.
  
! ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
  
  ;; Author: Peter S. Galbraith <address@hidden>
  ;; Maintainer: Bill Wohler <address@hidden>
***************
*** 122,128 ****
    "Return the handler for a FIELD or nil if none set.
  The field name is downcased. If the FIELD begins with the character
  `:', then it must have a special handler defined in
! `mh-identity-handlers', else return an error since it is not a legal
  message header."
    (or (cdr (assoc (downcase field) mh-identity-handlers))
        (and (eq (aref field 0) ?:)
--- 122,128 ----
    "Return the handler for a FIELD or nil if none set.
  The field name is downcased. If the FIELD begins with the character
  `:', then it must have a special handler defined in
! `mh-identity-handlers', else return an error since it is not a valid
  message header."
    (or (cdr (assoc (downcase field) mh-identity-handlers))
        (and (eq (aref field 0) ?:)




reply via email to

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