From: Glenn Morris Date: Sat, 6 Oct 2012 16:59:01 +0000 (-0700) Subject: Fix previous read-passwd change X-Git-Tag: emacs-24.2.90~239^2~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50d92e32c2770a98fed777e3a676fca1205d28ae;p=emacs.git Fix previous read-passwd change --- diff --git a/lisp/subr.el b/lisp/subr.el index 72bedc69c3c..e8eef541f27 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2183,8 +2183,9 @@ by doing (clear-string STRING)." (add-hook 'after-change-functions hide-chars-fun nil 'local)) (unwind-protect (let ((enable-recursive-minibuffers t) - (map minibuffer-local-map) + (map (make-sparse-keymap)) result) + (set-keymap-parent map minibuffer-local-map) (define-key map "\C-u" ; bug#12570 (lambda () (interactive) (delete-minibuffer-contents))) (setq result