Klimi's new dotfiles with stow.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

48 rader
1.3 KiB

4 år sedan
  1. ;;; parseclj-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 "parseclj" "parseclj.el" (0 0 0 0))
  7. ;;; Generated autoloads from parseclj.el
  8. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "parseclj" '("parseclj-")))
  9. ;;;***
  10. ;;;### (autoloads nil "parseclj-ast" "parseclj-ast.el" (0 0 0 0))
  11. ;;; Generated autoloads from parseclj-ast.el
  12. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "parseclj-ast" '("parseclj-ast-")))
  13. ;;;***
  14. ;;;### (autoloads nil "parseclj-lex" "parseclj-lex.el" (0 0 0 0))
  15. ;;; Generated autoloads from parseclj-lex.el
  16. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "parseclj-lex" '("parseclj-lex-")))
  17. ;;;***
  18. ;;;### (autoloads nil "parseclj-parser" "parseclj-parser.el" (0 0
  19. ;;;;;; 0 0))
  20. ;;; Generated autoloads from parseclj-parser.el
  21. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "parseclj-parser" '("parseclj-")))
  22. ;;;***
  23. ;;;### (autoloads nil nil ("parseclj-pkg.el") (0 0 0 0))
  24. ;;;***
  25. ;; Local Variables:
  26. ;; version-control: never
  27. ;; no-byte-compile: t
  28. ;; no-update-autoloads: t
  29. ;; coding: utf-8
  30. ;; End:
  31. ;;; parseclj-autoloads.el ends here