Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3e796980
Commit
3e796980
authored
May 11, 2008
by
Juri Linkov
Browse files
Put isearch-scroll property on cua-scroll-up and cua-scroll-down.
parent
21d9ed8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+2
-0
No files found.
lisp/emulation/cua-base.el
View file @
3e796980
...
...
@@ -1151,6 +1151,7 @@ If ARG is the atom `-', scroll downward by nearly full screen."
(
end-of-buffer
(
goto-char
(
point-max
)))))))
(
put
'cua-scroll-up
'CUA
'move
)
(
put
'cua-scroll-up
'isearch-scroll
t
)
(
defun
cua-scroll-down
(
&optional
arg
)
"Scroll text of current window downward ARG lines; or near full screen if no ARG.
...
...
@@ -1171,6 +1172,7 @@ If ARG is the atom `-', scroll upward by nearly full screen."
(
beginning-of-buffer
(
goto-char
(
point-min
)))))))
(
put
'cua-scroll-down
'CUA
'move
)
(
put
'cua-scroll-down
'isearch-scroll
t
)
;;; Cursor indications
...
...
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