From a764697e5fa14bc650e35a5a0e68a070f755fcc5 Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Tue, 23 Mar 2010 12:27:10 -0400 Subject: [PATCH] update author's email --- lisp/midnight.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/midnight.el b/lisp/midnight.el index 5887a3445bc..5ff1ecc9b07 100644 --- a/lisp/midnight.el +++ b/lisp/midnight.el @@ -3,8 +3,8 @@ ;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, ;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. -;; Author: Sam Steingold -;; Maintainer: Sam Steingold +;; Author: Sam Steingold +;; Maintainer: Sam Steingold ;; Created: 1998-05-18 ;; Keywords: utilities @@ -205,7 +205,7 @@ The default value is `clean-buffer-list'." (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))) -- 2.39.2