summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-08-09 20:10:52 +0200
committerStefan Kangas <stefan@marxist.se>2022-08-09 21:58:00 +0200
commitfd4aad569783befeafceb3cdfa6c4b192cafbf60 (patch)
tree9f0c3e714dfcad4c143b978be26c34e4c8ee8b8f /lisp/mouse.el
parentc47507ec560a09535a2b5830f1386d9fc9a58442 (diff)
downloademacs-fd4aad569783befeafceb3cdfa6c4b192cafbf60.tar.gz
; * lisp/mouse.el: Delete stale comment.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index ddcb51aecf2..bee664dc568 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1,6 +1,6 @@
;;; mouse.el --- window system-independent mouse support -*- lexical-binding: t -*-
-;; Copyright (C) 1993-1995, 1999-2022 Free Software Foundation, Inc.
+;; Copyright (C) 1993-2022 Free Software Foundation, Inc.
;; Maintainer: emacs-devel@gnu.org
;; Keywords: hardware, mouse
@@ -31,8 +31,6 @@
(eval-when-compile (require 'rect))
-;;; Utility functions.
-
;; Indent track-mouse like progn.
(put 'track-mouse 'lisp-indent-function 0)