diff options
| -rw-r--r-- | lisp/mwheel.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 0fd7eb28a90..850642c37ab 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | ;; To enable this code, simply put this at the top of your .emacs | 35 | ;; To enable this code, simply put this at the top of your .emacs |
| 36 | ;; file: | 36 | ;; file: |
| 37 | ;; | 37 | ;; |
| 38 | ;; (mwheel-install) | 38 | ;; (mouse-wheel-mode 1) |
| 39 | 39 | ||
| 40 | ;;; Code: | 40 | ;;; Code: |
| 41 | 41 | ||