From 1c038156cd13b5d0ce3bac875d8782803ab903f6 Mon Sep 17 00:00:00 2001 From: yonirabkin Date: Sun, 18 Sep 2005 11:13:00 +0000 Subject: clean-up pseudo font-locking darcs-hash:20050918111356-be80e-b110448449043fdb7cc75d858c64ef314a7d52ee.gz --- emms-playlist-mode.el | 9 --------- 1 file changed, 9 deletions(-) (limited to 'emms-playlist-mode.el') diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 8f6b4f1..b9721a0 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -17,8 +17,6 @@ ;;; playlist buffers. ;;; ;;; (2) Arbitrary comment entry with color overlays. -;;; -;;; (3) Font-locking for unselected tracks via overlays. ;;; Code: @@ -177,13 +175,6 @@ FACE should be a... face." (let ((o (make-overlay start end))) (emms-playlist-mode-overlay-face o face priority))) -(defun emms-playlist-mode-overlay-at (face) - "Place an overlay the current line using FACE. - -FACE should be a valid face." - (let ((o (make-overlay (point-at-bol) (point-at-eol)))) - (overlay-put o 'face face))) - (defun emms-playlist-mode-overlay-unselected () ;; point-mix/max because -insert-source narrows the world (emms-playlist-mode-overlay-track (point-min) -- cgit v1.2.3