From 7173bce6d177d235b8a3301c6ecbcd2a2e9885e3 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 19 Jun 2003 00:41:14 +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 343e50c..2e2089a 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 5a7970c..4b6ff98 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -84,6 +84,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