summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-identity.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2004-08-22 05:11:27 +0000
committerBill Wohler <wohler@newt.com>2004-08-22 05:11:27 +0000
commitd103d8b3885c6f32aae4abc6604b5fa9b14e33b7 (patch)
treed505d2375054932178b5154383edd7e569461c04 /lisp/mh-e/mh-identity.el
parent44feddcfb1ce96226b9942dda5ff1bfcbbe8ec89 (diff)
downloademacs-d103d8b3885c6f32aae4abc6604b5fa9b14e33b7.tar.gz
Upgraded to MH-E version 7.81.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
Diffstat (limited to 'lisp/mh-e/mh-identity.el')
-rw-r--r--lisp/mh-e/mh-identity.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el
index 2b430a52fe1..be385ad09e6 100644
--- a/lisp/mh-e/mh-identity.el
+++ b/lisp/mh-e/mh-identity.el
@@ -127,7 +127,7 @@ message header."
(or (cdr (assoc (downcase field) mh-identity-handlers))
(and (eq (aref field 0) ?:)
(error (format "Field %s - unknown mh-identity-handler" field)))
- (cdr (assoc "default" mh-identity-handlers))
+ (cdr (assoc ":default" mh-identity-handlers))
'mh-identity-handler-default))
;;;###mh-autoload