projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8fcc51
)
Fix last change.
author
teranisi
<teranisi>
Wed, 5 May 2004 11:37:21 +0000
(11:37 +0000)
committer
teranisi
<teranisi>
Wed, 5 May 2004 11:37:21 +0000
(11:37 +0000)
elmo/utf7.el
patch
|
blob
|
history
diff --git
a/elmo/utf7.el
b/elmo/utf7.el
index
21565e0
..
e403cf6
100644
(file)
--- a/
elmo/utf7.el
+++ b/
elmo/utf7.el
@@
-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