summaryrefslogtreecommitdiff
path: root/lisp/scroll-bar.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
commit9e3449951300f525faa7d3079742c00a9c14f1fb (patch)
treef249eceda176c56309e63589f53565d3f14c83c0 /lisp/scroll-bar.el
parentd431ffee1466f32b0c5c9109eef87195abc62eeb (diff)
downloademacs-9e3449951300f525faa7d3079742c00a9c14f1fb.tar.gz
Added or corrected Commentary headers
Diffstat (limited to 'lisp/scroll-bar.el')
-rw-r--r--lisp/scroll-bar.el6
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)