(calc-read-key-sequence): Leave message visible.
This commit is contained in:
@@ -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)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user