diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-06 04:26:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-06 04:26:00 +0000 |
commit | d03e7d69061e98ae1b807a5a3e57ba4bd4e72885 (patch) | |
tree | a63d6d65c2b67a5694d825a20d48dd8f2bc25fa0 | |
parent | 9a59fa35c1a9a165c0aad92eb24738ee4c5e1136 (diff) |
emms-playlist-mode: Make it possible to use edebug on `with-inhibit-read-only' forms.
darcs-hash:20060406042615-1bfb2-4b1552442730fef820796f1c93cdb5c62a8b08b2.gz
-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." |