diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 16:53:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-22 16:53:22 +0000 |
commit | d9ecc911ffc5f2d961a8c96129bafbb8d16a17f7 (patch) | |
tree | 4a2047cd2e40b4519db2e107ac9a80fd67e1bee8 /lisp/scroll-bar.el | |
parent | 709f7988d203ebbd052805a183d943cd8dd6867d (diff) | |
download | emacs-d9ecc911ffc5f2d961a8c96129bafbb8d16a17f7.tar.gz |
Added or corrected Commentary headers
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) |