aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mouse.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index ddb0ead03d2..66d0a924b85 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1,6 +1,7 @@
1;;; mouse.el --- window system-independent mouse support 1;;; mouse.el --- window system-independent mouse support
2 2
3;; Copyright (C) 1993, 1994, 1995, 1999, 2000 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1994, 1995, 1999, 2000, 2001
4;; Free Software Foundation, Inc.
4 5
5;; Maintainer: FSF 6;; Maintainer: FSF
6;; Keywords: hardware, mouse 7;; Keywords: hardware, mouse
@@ -264,7 +265,7 @@ This command must be bound to a mouse click."
264 (delete-window window))) 265 (delete-window window)))
265 266
266(defun mouse-delete-other-windows () 267(defun mouse-delete-other-windows ()
267 "Delete all window except the one you click on." 268 "Delete all windows except the one you click on."
268 (interactive "@") 269 (interactive "@")
269 (delete-other-windows)) 270 (delete-other-windows))
270 271