From e914ca11ede5993d8bade5e38060deb1575ada5f Mon Sep 17 00:00:00 2001 From: Matt Spear Date: Mon, 7 Mar 2011 20:34:51 -0800 Subject: [PATCH 1/3] last time change --- mode-line.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mode-line.lisp b/mode-line.lisp index f82d165..b239702 100644 --- a/mode-line.lisp +++ b/mode-line.lisp @@ -212,7 +212,7 @@ fmt-highlight. Any non-visible windows are colored the (defun fmt-modeline-time (ml) (declare (ignore ml)) - (format-expand *time-format-string-alist* *time-modeline-string*)) + (time-format *time-modeline-string*)) (defvar *bar-med-color* "^B") (defvar *bar-hi-color* "^B^3*") -- 1.7.3.5