From 320cb80d2753ce9f99dd3f8aa014172de94a26d8 Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Fri, 25 Mar 2005 08:23:21 +0000 Subject: [PATCH] * midnight.el: Replace `illegal' with `invalid'. --- lisp/ChangeLog | 1 + lisp/midnight.el | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99ff97a561d..4774ec0c084 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'. + * midnight.el: Replace `illegal' with `invalid'. 2005-03-24 Stefan Monnier diff --git a/lisp/midnight.el b/lisp/midnight.el index 37bdf065f51..a81ce37856a 100644 --- a/lisp/midnight.el +++ b/lisp/midnight.el @@ -1,6 +1,6 @@ ;;; midnight.el --- run something every midnight, e.g., kill old buffers -;;; Copyright (C) 1998, 2004 Free Software Foundation, Inc. +;;; Copyright (C) 1998, 2004, 2005 Free Software Foundation, Inc. ;; Author: Sam Steingold ;; Maintainer: Sam Steingold @@ -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'") + "Invalid argument to `midnight-delay-set': `%s'") (set symb tm) (when (timerp midnight-timer) (cancel-timer midnight-timer)) (setq midnight-timer -- 2.39.2