aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emms.el b/emms.el
index 0513978..673b114 100644
--- a/emms.el
+++ b/emms.el
@@ -450,6 +450,7 @@ This also disables any read-onliness of the current buffer."
(let ((inhibit-read-only t))
,@body))))
(put 'with-current-emms-playlist 'lisp-indent-function 0)
+(put 'with-current-emms-playlist 'edebug-form-spec '(body))
(defun emms-playlist-set-playlist-buffer (&optional buffer)
"Set the current playlist buffer."