From 4aab65154b3c8f4d58f9e874d8a93eb288432120 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 4 Nov 2014 08:53:01 +0000 Subject: Move " ago" out of stack--time-since --- stack-core.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stack-core.el') diff --git a/stack-core.el b/stack-core.el index 6830583..5a90cb3 100644 --- a/stack-core.el +++ b/stack-core.el @@ -296,8 +296,7 @@ context of `stack-cache-directory'." (while (and (car (setq here (pop sts))) (<= (car here) delay))) (concat (format "%.0f" (/ delay (car (cddr here)))) - (cadr here)))) - " ago"))) + (cadr here))))))) (defcustom stack-core-html-entities-plist '(Aacute "Á" aacute "á" Acirc "Â" acirc "â" acute "´" AElig "Æ" aelig "æ" -- cgit v1.2.3