# HG changeset patch # User Andreas Schwab # Date 1076279595 0 # Node ID d95e0ecde26cd98b06bce306495e857fc9e263e5 # Parent 4fdf85312c1ce9ec6053c7077ce7908df82146f7 (midnight-delay-set): Remove extra format string argument. diff -r 4fdf85312c1c -r d95e0ecde26c lisp/midnight.el --- a/lisp/midnight.el Sun Feb 08 22:32:51 2004 +0000 +++ b/lisp/midnight.el Sun Feb 08 22:33:15 2004 +0000 @@ -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 ;; Maintainer: Sam Steingold @@ -215,7 +215,7 @@ 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