diff options
| author | Stefan Kangas | 2022-08-09 20:10:52 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-09 21:58:00 +0200 |
| commit | fd4aad569783befeafceb3cdfa6c4b192cafbf60 (patch) | |
| tree | 9f0c3e714dfcad4c143b978be26c34e4c8ee8b8f | |
| parent | c47507ec560a09535a2b5830f1386d9fc9a58442 (diff) | |
| download | emacs-fd4aad569783befeafceb3cdfa6c4b192cafbf60.tar.gz emacs-fd4aad569783befeafceb3cdfa6c4b192cafbf60.zip | |
; * lisp/mouse.el: Delete stale comment.
| -rw-r--r-- | lisp/mouse.el | 4 |
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 @@ | |||
| 1 | ;;; mouse.el --- window system-independent mouse support -*- lexical-binding: t -*- | 1 | ;;; mouse.el --- window system-independent mouse support -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1995, 1999-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-2022 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: hardware, mouse | 6 | ;; Keywords: hardware, mouse |
| @@ -31,8 +31,6 @@ | |||
| 31 | 31 | ||
| 32 | (eval-when-compile (require 'rect)) | 32 | (eval-when-compile (require 'rect)) |
| 33 | 33 | ||
| 34 | ;;; Utility functions. | ||
| 35 | |||
| 36 | ;; Indent track-mouse like progn. | 34 | ;; Indent track-mouse like progn. |
| 37 | (put 'track-mouse 'lisp-indent-function 0) | 35 | (put 'track-mouse 'lisp-indent-function 0) |
| 38 | 36 | ||