]> git.eshelyaron.com Git - emacs.git/commitdiff
(midnight-delay-set): Remove extra format string
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:33:15 +0000 (22:33 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:33:15 +0000 (22:33 +0000)
argument.

lisp/midnight.el

index 6678925eedba1085e5387b2e91252dae50956643..37bdf065f515b96f47a4ec55dd315fcb7363d995 100644 (file)
@@ -1,6 +1,6 @@
 ;;; midnight.el --- run something every midnight, e.g., kill old buffers
 
-;;; Copyright (C) 1998 Free Software Foundation, Inc.
+;;; Copyright (C) 1998, 2004 Free Software Foundation, Inc.
 
 ;; Author: Sam Steingold <sds@usa.net>
 ;; Maintainer: Sam Steingold <sds@usa.net>
@@ -215,7 +215,7 @@ the time when it is run.")
 Sets the first argument SYMB (which must be symbol `midnight-delay')
 to its second argument TM."
   (assert (eq symb 'midnight-delay) t
-          "Illegal argument to `midnight-delay-set': `%s'" symb)
+          "Illegal argument to `midnight-delay-set': `%s'")
   (set symb tm)
   (when (timerp midnight-timer) (cancel-timer midnight-timer))
   (setq midnight-timer