diff options
Diffstat (limited to 'lisp/scroll-bar.el')
-rw-r--r-- | lisp/scroll-bar.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index a924295faaa..2aaf0d8e163 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -23,6 +23,12 @@ ;;; Code: +;;; Commentary: + +;; Window-system-independent bindings of mouse clicks on the scroll bar. +;; Presently emulates the scroll-bar behavior of xterm. +;;; Code: + (require 'mouse) |