diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 13:30:45 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 13:30:45 +0000 |
commit | db95369be096960245dd38678f68464627698678 (patch) | |
tree | 13e3aa7b917b87ec343a8b0d053a9c3cb06c05d0 /lisp/term/mac-win.el | |
parent | a1506d2977a8c2eb982ad0b59416009cdfaa6f51 (diff) | |
download | emacs-db95369be096960245dd38678f68464627698678.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/term/mac-win.el')
-rw-r--r-- | lisp/term/mac-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 246d1d66522..6b014ddaba3 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -240,7 +240,7 @@ ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman") ;; Make suspend-emacs [C-z] collapse the current frame (substitute-key-definition 'suspend-emacs 'iconify-frame global-map) - + ;; Support mouse-wheel scrolling (autoload 'mwheel-scroll "mwheel") (global-set-key [mouse-wheel] 'mwheel-scroll) |