aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-04-29 13:42:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-04-29 13:42:00 +0000
commitf49efbf33b4f5b00c4c4763e90919ad8a5ecf928 (patch)
treefb700e8281f437043b77f0a6aa84e3578acf3e0c
parentfa148fc3c344022c1f4011a6c4da9441ae0849f6 (diff)
emms-playlist-mode: Call kill-line instead of kill-region to fix a minor bug.
darcs-hash:20060429134204-1bfb2-f7123e0f564cda7a675e8bf745f54f8bdbd968ff.gz
-rw-r--r--emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
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