From f49efbf33b4f5b00c4c4763e90919ad8a5ecf928 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 29 Apr 2006 13:42:00 +0000 Subject: emms-playlist-mode: Call kill-line instead of kill-region to fix a minor bug. darcs-hash:20060429134204-1bfb2-f7123e0f564cda7a675e8bf745f54f8bdbd968ff.gz --- emms-playlist-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index dd51418..138ed62 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -266,7 +266,7 @@ function switches back to the remembered buffer." (equal (emms-playlist-selected-track) track)) (emms-stop)) (emms-remove-all-overlays (point-at-bol) (point-at-eol)) - (kill-region (car track-region) (cdr track-region))) + (kill-line)) (kill-line))))) ;; C-w -- cgit v1.2.3