emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el
Date: Tue, 04 Feb 2003 08:28:07 -0500

Index: emacs/lisp/term/mac-win.el
diff -c emacs/lisp/term/mac-win.el:1.17 emacs/lisp/term/mac-win.el:1.18
*** emacs/lisp/term/mac-win.el:1.17     Tue Jan 28 13:46:07 2003
--- emacs/lisp/term/mac-win.el  Tue Feb  4 08:28:06 2003
***************
*** 240,246 ****
  ;; 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)
--- 240,246 ----
  ;; 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]