Fix last change.
authorteranisi <teranisi>
Wed, 5 May 2004 11:37:21 +0000 (11:37 +0000)
committerteranisi <teranisi>
Wed, 5 May 2004 11:37:21 +0000 (11:37 +0000)
elmo/utf7.el

index 21565e0..e403cf6 100644 (file)
@@ -214,6 +214,9 @@ Use IMAP modification if FOR-IMAP is non-nil."
       (set-buffer-multibyte t)
       (buffer-string))))
 
+(defalias 'utf7-encode-string 'utf7-encode)
+(defalias 'utf7-decode-string 'utf7-decode)
+
 (provide 'utf7)
 
 ;;; utf7.el ends here