diff options
-rw-r--r-- | emms-playlist-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 2924e03..1dfd440 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -176,6 +176,7 @@ function switches back to the remembered buffer." "Simple wrapper around `inhibit-read-only'." `(let ((inhibit-read-only t)) ,@body)) +(put 'with-inhibit-read-only-t 'edebug-form-spec '(body)) (defun emms-playlist-mode-insert-newline () "Insert a newline at point." |