mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 14:32:12 -07:00
(calc-read-key-sequence): Leave message visible.
This commit is contained in:
parent
8be0b54e3b
commit
7e1637c2cb
2 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-12-02 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc/calc.el (calc-read-key-sequence): Leave the old message visible
|
||||
when reading a new key sequence.
|
||||
|
||||
2004-12-02 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* faces.el (escape-glyph): Rename from glyph.
|
||||
|
|
|
|||
|
|
@ -967,9 +967,7 @@ If nil, selections displayed but ignored.")
|
|||
(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)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue