]> git.eshelyaron.com Git - emacs.git/commitdiff
* appt.el: Restore significant whitespace deleted by "spelling fix".
authorGlenn Morris <rgm@gnu.org>
Sun, 4 Dec 2011 19:31:41 +0000 (11:31 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 4 Dec 2011 19:31:41 +0000 (11:31 -0800)
lisp/calendar/appt.el

index 9f527f750967afbabe26e26108c6ba404851f638..ab456904fd9f3446c7c2b3aac4e8d46c5c3b04d6 100644 (file)
@@ -508,7 +508,9 @@ The time should be in either 24 hour format or am/pm format.
 Optional argument WARNTIME is an integer (or string) giving the number
 of minutes before the appointment at which to start warning.
 The default is `appt-message-warning-time'."
-  (interactive "sTime (hh:mm[am/pm]): \nsMessage:
+  ;; People who like to delete trailing whitespace: READ THIS.
+  ;; This whitespace is supposed to be here.
+  (interactive "sTime (hh:mm[am/pm]): \nsMessage: 
 sMinutes before the appointment to start warning: ")
   (unless (string-match appt-time-regexp time)
     (error "Unacceptable time-string"))