Files
memex/0_inbox/Scrivener_Emacs_Vim/elpa/smex-20140425.1314/smex-autoloads.el

39 lines
756 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.
;;; smex-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (smex-initialize smex-major-mode-commands smex)
;;;;;; "smex" "smex.el" (21450 38409))
;;; Generated autoloads from smex.el
(autoload 'smex "smex" "\
\(fn)" t nil)
(autoload 'smex-major-mode-commands "smex" "\
Like `smex', but limited to commands that are relevant to the active major mode.
\(fn)" t nil)
(autoload 'smex-initialize "smex" "\
\(fn)" t nil)
;;;***
;;;### (autoloads nil nil ("smex-pkg.el") (21450 38410 6173))
;;;***
(provide 'smex-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; smex-autoloads.el ends here