From 67f1f28f300379a9314a28d0727aa1eb1085409c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 19 Jun 2003 00:41:24 +0000 Subject: [PATCH] * lisp/lpath.el: Fbind `read-passwd' for Mule 2. --- ChangeLog | 4 ++++ lisp/lpath.el | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index f44ed2b..28d120d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-19 Katsumi Yamaoka + + * lisp/lpath.el: Fbind `read-passwd' for Mule 2. + 2003-06-18 Katsumi Yamaoka * texi/infohack.el: Require `bytecomp'. diff --git a/lisp/lpath.el b/lisp/lpath.el index de90854..641c154 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -85,6 +85,7 @@ coding-system-to-mime-charset compose-mail file-name-extension find-coding-systems-for-charsets find-coding-systems-region function-max-args get-charset-property + read-passwd ;; See the Mule23@1934 file. smiley-encode-buffer smtpmail-send-it)) (t '(function-max-args smiley-encode-buffer)))) -- 1.7.10.4