diff options
| -rw-r--r-- | emms-cache.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-cache.el b/emms-cache.el index 72d0097..3e0d056 100644 --- a/emms-cache.el +++ b/emms-cache.el @@ -182,7 +182,7 @@ regardless of whether they have been modified or not."  (defun emms-cache-reset ()    "Reset the cache."    (interactive) -  (when (yes-or-no-p "Really reset the cache?") +  (when (yes-or-no-p "Really reset the cache? ")      (setq emms-cache-db            (make-hash-table             :test (if (fboundp 'define-hash-table-test)  | 
