mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(text-scale-adjust): Bind `echo-keystrokes' to nil.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1273
This commit is contained in:
parent
ed539950c8
commit
fed7c4f5c9
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-06-21 Miles Bader <miles@gnu.org>
|
||||
|
||||
* face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
|
||||
|
||||
2008-06-21 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
|
||||
|
|
|
|||
|
|
@ -281,7 +281,8 @@ a top-level keymap, `text-scale-increase' or
|
|||
(interactive "p")
|
||||
(let ((first t)
|
||||
(step t)
|
||||
(ev last-command-event))
|
||||
(ev last-command-event)
|
||||
(echo-keystrokes nil))
|
||||
(while step
|
||||
(let ((base (event-basic-type ev)))
|
||||
(cond ((or (eq base ?+) (eq base ?=))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue