summaryrefslogtreecommitdiff
path: root/bongo.el
diff options
context:
space:
mode:
Diffstat (limited to 'bongo.el')
-rw-r--r--bongo.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bongo.el b/bongo.el
index 7fa5375..061d7a0 100644
--- a/bongo.el
+++ b/bongo.el
@@ -32,7 +32,8 @@
;; Bongo info path
;;;###autoload
- (add-to-list 'Info-directory-list (expand-file-name "bongo/" package-dir))
+ (eval-after-load 'info
+ '(add-to-list 'Info-directory-list (expand-file-name "bongo/" package-dir)))
;;;###autoload
(defvar durand-bongo-music-dir nil
@@ -523,7 +524,6 @@ Modified by Durand."
;;;###autoload
(defun durand-bongo-buffer ()
"Return the buffer (bongo-playlist-buffer)."
- :override 'bongo-buffer
(interactive)
(bongo-playlist-buffer))