From d03e7d69061e98ae1b807a5a3e57ba4bd4e72885 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 6 Apr 2006 04:26:00 +0000 Subject: emms-playlist-mode: Make it possible to use edebug on `with-inhibit-read-only' forms. darcs-hash:20060406042615-1bfb2-4b1552442730fef820796f1c93cdb5c62a8b08b2.gz --- emms-playlist-mode.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emms-playlist-mode.el') 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." -- cgit v1.2.3