diff options
| author | Glenn Morris | 2003-05-27 23:09:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2003-05-27 23:09:40 +0000 |
| commit | abd016468940c0ea8f800a8797b568f3be2c86df (patch) | |
| tree | d029a7311d694266cac0d63cb54e55b459622efe | |
| parent | e471b24112a51d3fd4c768af6db324e763cb0a5d (diff) | |
| download | emacs-abd016468940c0ea8f800a8797b568f3be2c86df.tar.gz emacs-abd016468940c0ea8f800a8797b568f3be2c86df.zip | |
Commentary change.
| -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 | ||