aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-06-08 18:46:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-06-08 18:46:00 +0000
commitececf6862bde0815211e5596c7a8cf76304b11f5 (patch)
treeef675f6d765434df52b266331e02c6ece0f5dc4e /emms-playlist-mode.el
parent5e88f995fec0d274da36801cb97052959b928bcd (diff)
Fix compiler warnings in emms-cache.el.
darcs-hash:20060608184612-1bfb2-942ae7db648d88b9dfe4896872fc3f5fdd7a30d3.gz
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)