2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>

* term/mac-win.el: Require scroll-bar.
This commit is contained in:
Andrew Choi 2001-08-24 07:16:37 +00:00
parent fb4c6c961b
commit fa05f6ac1b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* term/mac-win.el: Require scroll-bar.
2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
* hexl.el (hexl-insert-multibyte-char) New function.

View file

@ -45,6 +45,8 @@
(global-unset-key [vertical-scroll-bar drag-mouse-1])
(global-unset-key [vertical-scroll-bar mouse-1])
(require 'scroll-bar)
(defun mac-handle-scroll-bar-event (event)
"Handle scroll bar EVENT to emulate Mac Toolbox style scrolling."
(interactive "e")