summaryrefslogtreecommitdiff
path: root/lisp/mouse-sel.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 12:23:00 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 12:23:00 +0000
commitcafd54559f59b7fa33a3402c449b1191e2e81c76 (patch)
tree0dc682013d7ddbb04a8f03b2ee4ec1bb919067d0 /lisp/mouse-sel.el
parentf22a19c6ad181bd8e8d22a57991472c4b09594c3 (diff)
downloademacs-cafd54559f59b7fa33a3402c449b1191e2e81c76.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/mouse-sel.el')
-rw-r--r--lisp/mouse-sel.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el
index eed64d6c851..c77f1c63f53 100644
--- a/lisp/mouse-sel.el
+++ b/lisp/mouse-sel.el
@@ -1,4 +1,4 @@
-;;; mouse-sel.el --- Multi-click selection support for Emacs 19
+;;; mouse-sel.el --- multi-click selection support for Emacs 19
;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
@@ -737,4 +737,4 @@ If `mouse-yank-at-point' is non-nil, insert at point instead."
(provide 'mouse-sel)
-;; mouse-sel.el ends here.
+;;; mouse-sel.el ends here