diff options
Diffstat (limited to 'bongo.el')
-rw-r--r-- | bongo.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |