Christophe Weblog Wiki Code Publications Music
Autoload the iplayer interactive function
authorSteve Purcell <steve@sanityinc.com>
Sun, 31 Mar 2013 19:38:57 +0000 (20:38 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Sun, 31 Mar 2013 21:16:21 +0000 (22:16 +0100)
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