Christophe Weblog Wiki Code Publications Music
Autoload the iplayer interactive function
[iplayer-el.git] / iplayer.el
index bb8b069c62cf1620ce899622f50f3b8c317cdde5..33af51289fea7f6f96e2096a70bdaa5d865c5d23 100644 (file)
@@ -228,6 +228,9 @@ The presets are defined in the variable `iplayer-presets'."
   (setq mode-line-process nil)
   (display-iplayer-tree (get-iplayer-tree)))
 
+;;;###autoload
+(autoload 'iplayer "iplayer" "Start the emacs iPlayer interface." t)
+
 
 (provide 'iplayer)
 ;;; iplayer.el ends here