From 7bd10db569d3711e58365200a685c0cc6c7e7723 Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Fri, 25 Mar 2005 08:21:31 +0000 Subject: [PATCH] * mh-e.el: Replace `illegal' with `invalid'. --- lisp/mh-e/ChangeLog | 4 ++++ lisp/mh-e/mh-e.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index e48186d8b3b..a9839adab19 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,7 @@ +2005-03-25 Werner Lemberg + + * mh-e.el: Replace `illegal' with `invalid'. + 2004-09-07 Stefan * mh-inc.el (mh-inc-spool-list): Correctly declare the external var. diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 2081d49b6cd..3ffed2c1c9f 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -1,7 +1,7 @@ ;;; mh-e.el --- GNU Emacs interface to the MH mail system ;; Copyright (C) 1985, 86, 87, 88, 90, 92, 93, 94, 95, 97, 1999, -;; 2000, 01, 02, 03, 2004 Free Software Foundation, Inc. +;; 2000, 01, 02, 03, 2004, 2005 Free Software Foundation, Inc. ;; Author: Bill Wohler ;; Maintainer: Bill Wohler @@ -2306,7 +2306,7 @@ If INTERNAL-FLAG is non-nil, then do not inform MH of the change." (defun mh-define-sequence (seq msgs) "Define the SEQ to contain the list of MSGS. Do not mark pseudo-sequences or empty sequences. -Signals an error if SEQ is an illegal name." +Signals an error if SEQ is an invalid name." (if (and msgs (mh-valid-seq-p seq) (not (mh-folder-name-p seq))) -- 2.39.2