From: Stefan Kangas Date: Tue, 9 Aug 2022 18:10:52 +0000 (+0200) Subject: ; * lisp/mouse.el: Delete stale comment. X-Git-Tag: emacs-29.0.90~1447^2~270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd4aad569783befeafceb3cdfa6c4b192cafbf60;p=emacs.git ; * lisp/mouse.el: Delete stale comment. --- 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)