1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

; * lisp/mouse.el: Delete stale comment.

This commit is contained in:
Stefan Kangas 2022-08-09 20:10:52 +02:00
parent c47507ec56
commit fd4aad5697

View 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)