aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index 6e049f2..218a131 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -201,12 +201,6 @@ function switches back to the remembered buffer."
(setq emms-playlist-mode-switched-buffer (current-buffer))
(switch-to-buffer emms-playlist-buffer)))
-(defmacro emms-with-inhibit-read-only-t (&rest body)
- "Simple wrapper around `inhibit-read-only'."
- `(let ((inhibit-read-only t))
- ,@body))
-(put 'emms-with-inhibit-read-only-t 'edebug-form-spec '(body))
-
(defun emms-playlist-mode-insert-newline ()
"Insert a newline at point."
(interactive)