;;; dad-joke-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "dad-joke" "dad-joke.el" (0 0 0 0)) ;;; Generated autoloads from dad-joke.el (autoload 'dad-joke "dad-joke" "\ Display a dad joke in the minibuffer. If INSERT is non-nil the joke will be inserted into the current buffer rather than shown in the minibuffer. \(fn &optional INSERT)" t nil) (register-definition-prefixes "dad-joke" '("dad-joke-")) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; dad-joke-autoloads.el ends here