aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/term/mac-win.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4dd91885d0..7cb63418ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-24 Andrew Choi <[email protected]>
+
+ * term/mac-win.el: Require scroll-bar.
+
2001-08-23 Eli Zaretskii <[email protected]>
* hexl.el (hexl-insert-multibyte-char) New function.
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 2e1e43df81..2032ebe258 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -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")