]> code.delx.au - gnu-emacs/blobdiff - lisp/mouse.el
Remove now-inaccurate bytecode comments
[gnu-emacs] / lisp / mouse.el
index f5953265ff0e56c486877f00dccbda0da41af4f3..75b13c4409c66842bb1abfbcbea3e2e7331177a3 100644 (file)
 ;; Indent track-mouse like progn.
 (put 'track-mouse 'lisp-indent-function 0)
 
+(defgroup mouse nil
+  "Input from the mouse."  ;; "Mouse support."
+  :group 'environment
+  :group 'editing)
+
 (defcustom mouse-yank-at-point nil
   "If non-nil, mouse yank commands yank at point instead of at click."
   :type 'boolean