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
841c4085
Commit
841c4085
authored
May 11, 2010
by
Juri Linkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* scroll-all.el (scroll-all-check-to-scroll):
Add `scroll-up-command' and `scroll-down-command' (bug#6164).
parent
f2b9ed18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/scroll-all.el
lisp/scroll-all.el
+2
-2
No files found.
lisp/ChangeLog
View file @
841c4085
2010-05-11 Juri Linkov <juri@jurta.org>
* scroll-all.el (scroll-all-check-to-scroll):
Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
* iimage.el (iimage-mode-map): Move initialization into declaration.
...
...
lisp/scroll-all.el
View file @
841c4085
...
...
@@ -90,9 +90,9 @@
(
call-interactively
'scroll-all-scroll-down-all
))
((
eq
this-command
'previous-line
)
(
call-interactively
'scroll-all-scroll-up-all
))
((
e
q
this-command
'scroll-up
)
((
mem
q
this-command
'
(
scroll-up
scroll-up-command
)
)
(
call-interactively
'scroll-all-page-down-all
))
((
e
q
this-command
'scroll-down
)
((
mem
q
this-command
'
(
scroll-down
scroll-down-command
)
)
(
call-interactively
'scroll-all-page-up-all
))
((
eq
this-command
'beginning-of-buffer
)
(
call-interactively
'scroll-all-beginning-of-buffer-all
))
...
...
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