aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/smex-20151212.2209/smex-autoloads.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/smex-20151212.2209/smex-autoloads.el')
-rw-r--r--elpa/smex-20151212.2209/smex-autoloads.el29
1 files changed, 29 insertions, 0 deletions
diff --git a/elpa/smex-20151212.2209/smex-autoloads.el b/elpa/smex-20151212.2209/smex-autoloads.el
new file mode 100644
index 0000000..5f42e2d
--- /dev/null
+++ b/elpa/smex-20151212.2209/smex-autoloads.el
@@ -0,0 +1,29 @@
+;;; smex-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
+;;
+;;; Code:
+
+(add-to-list 'load-path (directory-file-name
+ (or (file-name-directory #$) (car load-path))))
+
+
+;;;### (autoloads nil "smex" "smex.el" (0 0 0 0))
+;;; Generated autoloads from smex.el
+
+(autoload 'smex "smex" nil t nil)
+
+(autoload 'smex-major-mode-commands "smex" "\
+Like `smex', but limited to commands that are relevant to the active major mode." t nil)
+
+(autoload 'smex-initialize "smex" nil t nil)
+
+(register-definition-prefixes "smex" '("smex-"))
+
+;;;***
+
+;; Local Variables:
+;; version-control: never
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; coding: utf-8
+;; End:
+;;; smex-autoloads.el ends here