emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99731: update author's email


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99731: update author's email
Date: Tue, 23 Mar 2010 12:27:10 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99731
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Tue 2010-03-23 12:27:10 -0400
message:
  update author's email
modified:
  lisp/midnight.el
=== modified file 'lisp/midnight.el'
--- a/lisp/midnight.el  2010-01-13 08:35:10 +0000
+++ b/lisp/midnight.el  2010-03-23 16:27:10 +0000
@@ -3,8 +3,8 @@
 ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005,
 ;;   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
-;; Author: Sam Steingold <address@hidden>
-;; Maintainer: Sam Steingold <address@hidden>
+;; Author: Sam Steingold <address@hidden>
+;; Maintainer: Sam Steingold <address@hidden>
 ;; Created: 1998-05-18
 ;; Keywords: utilities
 
@@ -205,7 +205,7 @@
 
 (defun midnight-next ()
   "Return the number of seconds till the next midnight."
-  (multiple-value-bind (sec min hrs) 
+  (multiple-value-bind (sec min hrs)
       (values-list (decode-time))
     (- (* 24 60 60) (* 60 60 hrs) (* 60 min) sec)))
 


reply via email to

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