From 3c056df3ad16cf6054d9d035a43674032af0637c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 27 Aug 1998 15:16:25 +0000 Subject: [PATCH] (appt-check): Start the appt-mode-string w/ space. --- lisp/calendar/appt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 0a21ee9a382..0efac2ec34c 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -347,7 +347,7 @@ The following variables control the action of the notification: (when appt-display-mode-line (setq appt-mode-string - (concat "App't in " min-to-app " min. ")) + (concat " App't in " min-to-app " min. ")) (force-mode-line-update t) (sit-for 0)) -- 2.39.2