Mercurial > emacs
changeset 60911:f775b8952a66
* midnight.el: Replace `illegal' with `invalid'.
author | Werner LEMBERG <wl@gnu.org> |
---|---|
date | Fri, 25 Mar 2005 08:23:21 +0000 |
parents | 939a421a8424 |
children | 4a2ea521d778 |
files | lisp/ChangeLog lisp/midnight.el |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 25 08:21:31 2005 +0000 +++ b/lisp/ChangeLog Fri Mar 25 08:23:21 2005 +0000 @@ -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 <monnier@iro.umontreal.ca>
--- a/lisp/midnight.el Fri Mar 25 08:21:31 2005 +0000 +++ b/lisp/midnight.el Fri Mar 25 08:23:21 2005 +0000 @@ -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 <sds@usa.net> ;; Maintainer: Sam Steingold <sds@usa.net> @@ -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'") + "Invalid argument to `midnight-delay-set': `%s'") (set symb tm) (when (timerp midnight-timer) (cancel-timer midnight-timer)) (setq midnight-timer