From 9d03424549b3ac88a3bb8881f0dec3cc3bce586e Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Fri, 25 Mar 2005 08:38:22 +0000 Subject: [PATCH] * mail/supercite.el: Replace `illegal' with `invalid'. --- lisp/ChangeLog | 1 + 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 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 ;; 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 -- 2.39.2