denote-menu-autoloads.el (810B)
1 ;;; denote-menu-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path))) 9 10 11 12 ;;; Generated autoloads from denote-menu.el 13 14 (autoload 'denote-menu-list-notes "denote-menu" "\ 15 Display list of Denote files in variable `denote-directory'." t) 16 (register-definition-prefixes "denote-menu" '("denote-menu-" "list-denotes")) 17 18 ;;; End of scraped data 19 20 (provide 'denote-menu-autoloads) 21 22 ;; Local Variables: 23 ;; version-control: never 24 ;; no-byte-compile: t 25 ;; no-update-autoloads: t 26 ;; no-native-compile: t 27 ;; coding: utf-8-emacs-unix 28 ;; End: 29 30 ;;; denote-menu-autoloads.el ends here