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
ebb0719c
Commit
ebb0719c
authored
May 05, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(win32-handle-scroll-bar-event):
Look for `up' and `down' instead of `up-arrow' and `down-arrow'.
parent
03f962fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/term/w32-win.el
lisp/term/w32-win.el
+2
-2
No files found.
lisp/term/w32-win.el
View file @
ebb0719c
...
...
@@ -91,7 +91,7 @@
(
save-excursion
(
select-window
window
)
(
cond
((
eq
bar-part
'up
-arrow
)
((
eq
bar-part
'up
)
(
scroll-down
1
))
((
eq
bar-part
'above-handle
)
(
scroll-down
))
...
...
@@ -99,7 +99,7 @@
(
scroll-bar-drag-1
event
))
((
eq
bar-part
'below-handle
)
(
scroll-up
))
((
eq
bar-part
'down
-arrow
)
((
eq
bar-part
'down
)
(
scroll-up
1
))
))))
...
...
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