]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/mouse.el: Delete stale comment.
authorStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 18:10:52 +0000 (20:10 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 19:58:00 +0000 (21:58 +0200)
lisp/mouse.el

index ddcb51aecf2f4b7af8e6b2d1a20dfa4d36fb0591..bee664dc568c35a3ec0d31416138d7742e9e4fd6 100644 (file)
@@ -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)