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.
|
|
;;; mode-line-bell-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "mode-line-bell" "mode-line-bell.el" (0 0 0;;;;;; 0));;; Generated autoloads from mode-line-bell.el
(autoload 'mode-line-bell-flash "mode-line-bell" "\
Flash the mode line momentarily." nil nil)
(defvar mode-line-bell-mode nil "\
Non-nil if Mode-Line-Bell mode is enabled.See the `mode-line-bell-mode' commandfor a description of this minor mode.Setting this variable directly does not take effect;either customize it (see the info node `Easy Customization')or call the function `mode-line-bell-mode'.")
(custom-autoload 'mode-line-bell-mode "mode-line-bell" nil)
(autoload 'mode-line-bell-mode "mode-line-bell" "\
Flash the mode line instead of ringing the bell.
If called interactively, enable Mode-Line-Bell mode if ARG ispositive, and disable it if ARG is zero or negative. If calledfrom Lisp, also enable the mode if ARG is omitted or nil, andtoggle it if ARG is `toggle'; disable the mode otherwise.
\(fn &optional ARG)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mode-line-bell" '("mode-line-bell-")))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; mode-line-bell-autoloads.el ends here
|