face-remap.el (text-scale-adjust): Call read-event with a proper prompt.
This commit is contained in:
parent
31daa5e17c
commit
52ce289046
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-20 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* face-remap.el (text-scale-adjust): Call read-event with a proper
|
||||
prompt.
|
||||
|
||||
2010-10-15 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/characters.el: Add category '|' (word breakable)
|
||||
|
|
|
@ -312,7 +312,7 @@ a top-level keymap, `text-scale-increase' or
|
|||
(when step
|
||||
(text-scale-increase step)
|
||||
(setq inc 1 first nil)
|
||||
(setq ev (read-event))))
|
||||
(setq ev (read-event "+,-,0 for further adjustment: "))))
|
||||
(push ev unread-command-events)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue