my-emacs-d/elpa/cheatsheet-20151203.151/cheatsheet-autoloads.el

28 lines
646 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; cheatsheet-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "cheatsheet" "cheatsheet.el" (22539 27682 220569
;;;;;; 346000))
;;; Generated autoloads from cheatsheet.el
(autoload 'cheatsheet-add "cheatsheet" "\
Add CHEAT to cheatsheet.
\(fn &rest CHEAT)" nil nil)
(autoload 'cheatsheet-show "cheatsheet" "\
Create buffer and show cheatsheet.
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; cheatsheet-autoloads.el ends here