diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 1 | ||||
-rw-r--r-- | lisp/mail/supercite.el | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f84420c6bad..49ffcbe2587 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,7 @@ * emulation/vip.el: Replace `illegal' with `invalid'. * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'. + * mail/supercite.el: Replace `illegal' with `invalid'. 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index 06282c430f0..5d4efeb8406 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -1,6 +1,6 @@ ;;; supercite.el --- minor mode for citing mail and news replies -;; Copyright (C) 1993, 1997, 2003, 2004 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1997, 2003, 2004, 2005 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> ;; Maintainer: FSF @@ -796,7 +796,7 @@ The number of lines left is specified by `sc-blank-lines-after-headers'." nonentry-func '(sc-mail-nuke-header-line))) ;; we never get far enough to interpret a frame if s-n-m-h == 'none ((eq sc-nuke-mail-headers 'none)) - (t (error "Illegal value for sc-nuke-mail-headers: %s" + (t (error "Invalid value for sc-nuke-mail-headers: %s" sc-nuke-mail-headers)) ) ; end-cond (append |