Mercurial > emacs
changeset 58730:58d50d1b56ac
(calc-read-key-sequence): Leave message visible.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 02 Dec 2004 21:17:21 +0000 |
parents | 13bd65942658 |
children | 24090719258d |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Thu Dec 02 10:56:05 2004 +0000 +++ b/lisp/calc/calc.el Thu Dec 02 21:17:21 2004 +0000 @@ -967,9 +967,7 @@ (progn (use-global-map map) (use-local-map nil) - (read-key-sequence - (if (commandp (key-binding (vector (cdr key)))) - "" prompt2))) + (read-key-sequence nil)) (use-global-map glob) (use-local-map loc)))))