aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Choi2001-08-24 07:16:37 +0000
committerAndrew Choi2001-08-24 07:16:37 +0000
commitfa05f6ac1ba404a59ac91b59f6fd63623bf1dd34 (patch)
treedd7f71f19422f987531dfba7048cf6a704c05e79
parentfb4c6c961bb0e84d06831a0d9c85d9294d77fe19 (diff)
downloademacs-fa05f6ac1ba404a59ac91b59f6fd63623bf1dd34.tar.gz
emacs-fa05f6ac1ba404a59ac91b59f6fd63623bf1dd34.zip
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* term/mac-win.el: Require scroll-bar.
-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 4dd91885d05..7cb63418ca3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2
3 * term/mac-win.el: Require scroll-bar.
4
12001-08-23 Eli Zaretskii <eliz@is.elta.co.il> 52001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * hexl.el (hexl-insert-multibyte-char) New function. 7 * hexl.el (hexl-insert-multibyte-char) New function.
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 2e1e43df81d..2032ebe258c 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -45,6 +45,8 @@
45(global-unset-key [vertical-scroll-bar drag-mouse-1]) 45(global-unset-key [vertical-scroll-bar drag-mouse-1])
46(global-unset-key [vertical-scroll-bar mouse-1]) 46(global-unset-key [vertical-scroll-bar mouse-1])
47 47
48(require 'scroll-bar)
49
48(defun mac-handle-scroll-bar-event (event) 50(defun mac-handle-scroll-bar-event (event)
49 "Handle scroll bar EVENT to emulate Mac Toolbox style scrolling." 51 "Handle scroll bar EVENT to emulate Mac Toolbox style scrolling."
50 (interactive "e") 52 (interactive "e")