Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
52ce2890
Commit
52ce2890
authored
Oct 20, 2010
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
face-remap.el (text-scale-adjust): Call read-event with a proper prompt.
parent
31daa5e1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/face-remap.el
lisp/face-remap.el
+1
-1
No files found.
lisp/ChangeLog
View file @
52ce2890
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)
...
...
lisp/face-remap.el
View file @
52ce2890
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment