(appt-check): Start the appt-mode-string w/ space.

This commit is contained in:
Karl Heuer
1998-08-27 15:16:25 +00:00
parent 666333c04e
commit 3c056df3ad

View File

@@ -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))