Personal emacs config
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.

26 lines
772 B

  1. ;;; dash-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "dash" "dash.el" (0 0 0 0))
  7. ;;; Generated autoloads from dash.el
  8. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dash" '("!cdr" "!cons" "--" "->" "-a" "-butlast" "-c" "-d" "-e" "-f" "-gr" "-i" "-keep" "-l" "-m" "-non" "-only-some" "-p" "-r" "-s" "-t" "-u" "-value-to-list" "-when-let" "-zip" "dash-")))
  9. ;;;***
  10. ;;;### (autoloads nil nil ("dash-pkg.el") (0 0 0 0))
  11. ;;;***
  12. ;; Local Variables:
  13. ;; version-control: never
  14. ;; no-byte-compile: t
  15. ;; no-update-autoloads: t
  16. ;; coding: utf-8
  17. ;; End:
  18. ;;; dash-autoloads.el ends here