Klimi's new dotfiles with stow.
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.

31 lines
904 B

4 years ago
  1. ;;; biblio-core-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 "biblio-core" "biblio-core.el" (0 0 0 0))
  7. ;;; Generated autoloads from biblio-core.el
  8. (autoload 'biblio-lookup "biblio-core" "\
  9. Perform a search using BACKEND, and QUERY.
  10. Prompt for any missing or nil arguments. BACKEND should be a
  11. function obeying the interface described in the docstring of
  12. `biblio-backends'. Returns the buffer in which results will be
  13. inserted.
  14. \(fn &optional BACKEND QUERY)" t nil)
  15. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "biblio-core" '("biblio-")))
  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. ;;; biblio-core-autoloads.el ends here