(appt-check): Start the appt-mode-string w/ space.
authorKarl Heuer <kwzh@gnu.org>
Thu, 27 Aug 1998 15:16:25 +0000 (15:16 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 27 Aug 1998 15:16:25 +0000 (15:16 +0000)
lisp/calendar/appt.el

index 0a21ee9..0efac2e 100644 (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))