my-emacs-d/elpa/minimap-1.2/minimap-autoloads.el

39 lines
919 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; minimap-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (minimap-mode) "minimap" "minimap.el" (21553 16341
;;;;;; 474124 681000))
;;; Generated autoloads from minimap.el
(defvar minimap-mode nil "\
Non-nil if Minimap mode is enabled.
See the command `minimap-mode' for 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 `minimap-mode'.")
(custom-autoload 'minimap-mode "minimap" nil)
(autoload 'minimap-mode "minimap" "\
Toggle minimap mode.
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil nil ("minimap-pkg.el") (21553 16341 559770
;;;;;; 203000))
;;;***
(provide 'minimap-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; minimap-autoloads.el ends here