(rfc822/field-end): fixed a typo. (cf. [tm-ja:2056])
authormorioka <morioka>
Mon, 2 Sep 1996 07:49:38 +0000 (07:49 +0000)
committermorioka <morioka>
Mon, 2 Sep 1996 07:49:38 +0000 (07:49 +0000)
tl-822.el

index 001d072..a583cd0 100644 (file)
--- a/tl-822.el
+++ b/tl-822.el
@@ -30,7 +30,7 @@
 
 
 (defconst rfc822/RCS-ID
-  "$Id: tl-822.el,v 7.61 1996-08-30 04:23:03 morioka Exp $")
+  "$Id: tl-822.el,v 7.62 1996-09-02 07:49:38 morioka Exp $")
 (defconst rfc822/version (get-version-string rfc822/RCS-ID))
 
 
@@ -46,7 +46,7 @@
 ;;; @ field
 ;;;
 
-(defalias `rfc822/field-end            'std11-field-end)
+(defalias 'rfc822/field-end            'std11-field-end)
 (defalias 'rfc822/get-field-body       'std11-field-body)
 (defalias 'rfc822/get-field-bodies     'std11-field-bodies)