Mercurial > emacs
changeset 38930:9cf07e15b208
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* term/mac-win.el: Require scroll-bar.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Fri, 24 Aug 2001 07:16:37 +0000 |
parents | ffa8f910b5f1 |
children | dc047d3af2cd |
files | lisp/ChangeLog lisp/term/mac-win.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Aug 24 07:09:01 2001 +0000 +++ b/lisp/ChangeLog Fri Aug 24 07:16:37 2001 +0000 @@ -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.
--- a/lisp/term/mac-win.el Fri Aug 24 07:09:01 2001 +0000 +++ b/lisp/term/mac-win.el Fri Aug 24 07:16:37 2001 +0000 @@ -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")