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.

34 lines
1.1 KiB

  1. ;;; realgud-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 "realgud" "realgud.el" (0 0 0 0))
  7. ;;; Generated autoloads from realgud.el
  8. (defconst realgud--recursive-autoloads-file-name "realgud-recursive-autoloads.el" "\
  9. Where to store autoloads for subdirectory contents.")
  10. (defconst realgud--recursive-autoloads-base-directory (file-name-directory (if load-in-progress load-file-name buffer-file-name)))
  11. (with-demoted-errors "Error in RealGUD's autoloads: %s" (load (expand-file-name realgud--recursive-autoloads-file-name realgud--recursive-autoloads-base-directory) t t))
  12. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "realgud" '("realgud--rebuild-recursive-autoloads")))
  13. ;;;***
  14. ;;;### (autoloads nil nil ("realgud-pkg.el" "realgud-recursive-autoloads.el")
  15. ;;;;;; (0 0 0 0))
  16. ;;;***
  17. ;; Local Variables:
  18. ;; version-control: never
  19. ;; no-byte-compile: t
  20. ;; no-update-autoloads: t
  21. ;; coding: utf-8
  22. ;; End:
  23. ;;; realgud-autoloads.el ends here