From 6f9cb9511acc6e80bdce30e078b096008b9d7cf9 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 24 Mar 2011 21:33:27 +0100 Subject: [PATCH] Removed the -- in selector/quick-pick-recent list. --- selector.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/selector.el b/selector.el index 197a8af..a48ef78 100644 --- a/selector.el +++ b/selector.el @@ -338,7 +338,9 @@ There seems to be header-line refreshing problems with emacs21." (format-time-string "%a %b %e" (elt (file-attributes s) 5)) 'face 'selector/date)) - " -- " + ;; " -- " + + " " (if (string-match abbreviated-home-dir s) (concat (propertize -- 2.20.1