You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.7 KiB
52 lines
1.7 KiB
;;; disable-mouse-autoloads.el --- automatically extracted autoloads
|
|
;;
|
|
;;; Code:
|
|
|
|
(add-to-list 'load-path (directory-file-name
|
|
(or (file-name-directory #$) (car load-path))))
|
|
|
|
|
|
;;;### (autoloads nil "disable-mouse" "disable-mouse.el" (0 0 0 0))
|
|
;;; Generated autoloads from disable-mouse.el
|
|
|
|
(autoload 'disable-mouse-mode "disable-mouse" "\
|
|
Disable the mouse in the current buffer.
|
|
You can still use the mouse to click into other buffers or
|
|
interact with GUI elements such as divider lines.
|
|
|
|
If called interactively, enable Disable-Mouse mode if ARG is
|
|
positive, and disable it if ARG is zero or negative. If called
|
|
from Lisp, also enable the mode if ARG is omitted or nil, and
|
|
toggle it if ARG is `toggle'; disable the mode otherwise.
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
(defvar global-disable-mouse-mode nil "\
|
|
Non-nil if Global Disable-Mouse mode is enabled.
|
|
See the `global-disable-mouse-mode' command
|
|
for a description of this minor mode.")
|
|
|
|
(custom-autoload 'global-disable-mouse-mode "disable-mouse" nil)
|
|
|
|
(autoload 'global-disable-mouse-mode "disable-mouse" "\
|
|
Disable the mouse globally.
|
|
Interact with GUI elements such as divider lines will also be prevented.
|
|
|
|
If called interactively, enable Global Disable-Mouse mode if ARG
|
|
is positive, and disable it if ARG is zero or negative. If
|
|
called from Lisp, also enable the mode if ARG is omitted or nil,
|
|
and toggle it if ARG is `toggle'; disable the mode otherwise.
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "disable-mouse" '("disable-mouse-" "global-disable-mouse-mode-")))
|
|
|
|
;;;***
|
|
|
|
;; Local Variables:
|
|
;; version-control: never
|
|
;; no-byte-compile: t
|
|
;; no-update-autoloads: t
|
|
;; coding: utf-8
|
|
;; End:
|
|
;;; disable-mouse-autoloads.el ends here
|