emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106609: * appt.el: Restore significa


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106609: * appt.el: Restore significant whitespace deleted by "spelling fix".
Date: Sun, 04 Dec 2011 11:31:41 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106609
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2011-12-04 11:31:41 -0800
message:
  * appt.el: Restore significant whitespace deleted by "spelling fix".
modified:
  lisp/calendar/appt.el
=== modified file 'lisp/calendar/appt.el'
--- a/lisp/calendar/appt.el     2011-12-04 08:02:42 +0000
+++ b/lisp/calendar/appt.el     2011-12-04 19:31:41 +0000
@@ -508,7 +508,9 @@
 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"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]