mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(mouse-wheel-down-event, mouse-wheel-up-event): Undo previous change.
This commit is contained in:
parent
6c8909e715
commit
bf03bdf3bf
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
'mouse-wheel-down-event)
|
||||
(defcustom mouse-wheel-down-event
|
||||
;; In the latest versions of XEmacs, we could just use mouse-%s as well.
|
||||
(if (memq system-type '(windows-nt macos))
|
||||
(if (memq window-system '(w32 mac))
|
||||
'wheel-up
|
||||
(intern (format (if (featurep 'xemacs) "button%s" "mouse-%s")
|
||||
mouse-wheel-down-button)))
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
'mouse-wheel-up-event)
|
||||
(defcustom mouse-wheel-up-event
|
||||
;; In the latest versions of XEmacs, we could just use mouse-%s as well.
|
||||
(if (memq system-type '(windows-nt macos))
|
||||
(if (memq window-system '(w32 mac))
|
||||
'wheel-down
|
||||
(intern (format (if (featurep 'xemacs) "button%s" "mouse-%s")
|
||||
mouse-wheel-up-button)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue