]> git.eshelyaron.com Git - emacs.git/commitdiff
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
authorAndrew Choi <akochoi@shaw.ca>
Fri, 24 Aug 2001 07:16:37 +0000 (07:16 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Fri, 24 Aug 2001 07:16:37 +0000 (07:16 +0000)
* term/mac-win.el: Require scroll-bar.

lisp/ChangeLog
lisp/term/mac-win.el

index 4dd91885d05fdfdfd69b20bb478320826986834c..7cb63418ca34cc04bb83895eda9cb08bc037e650 100644 (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.
index 2e1e43df81d00a57d4bb146b7da0aaeb3e427d45..2032ebe258ce181197b3c42dcfafd6cfb1d67700 100644 (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")