From 7b0c850f1253d77680f82d98e449dc322d5e739d Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Wed, 3 Dec 2008 11:07:59 -0800 Subject: [PATCH] Add autoload declaration. --- cheat.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cheat.el b/cheat.el index 37ccac2..ed204fa 100644 --- a/cheat.el +++ b/cheat.el @@ -28,6 +28,10 @@ ;; sjs 2007.08.21 ;; * Cache the list of cheat sheets, update it once a day (configurable). ;; * Strictly complete cheat sheet names. +;; +;; TODO: make sure all functions are namespaced under cheat- +;; + (defvar *cheat-host* "cheat.errtheblog.com") (defvar *cheat-port* "80") @@ -50,6 +54,7 @@ ;;; interactive functions +;;;###autoload (defun cheat (name &optional silent) "Show the specified cheat sheet.