From 0d24a860db2ab60471f63d623f4ebdc751bb723d Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 6 May 1998 10:40:02 +0000 Subject: [PATCH] Require 'std11 instead of 'std11-parse. --- eword-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eword-decode.el b/eword-decode.el index cf7edc7..93976fd 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -31,7 +31,7 @@ ;;; Code: -(require 'std11-parse) +(require 'std11) (require 'mel) (require 'mime-def) -- 1.7.10.4