]> code.delx.au - gnu-emacs/commitdiff
* mh-e.el: Replace `illegal' with `invalid'.
authorWerner LEMBERG <wl@gnu.org>
Fri, 25 Mar 2005 08:21:31 +0000 (08:21 +0000)
committerWerner LEMBERG <wl@gnu.org>
Fri, 25 Mar 2005 08:21:31 +0000 (08:21 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index e48186d8b3b291f5da4d54ede945e011422dae3f..a9839adab19394485c6e9119ebbddc1ca15382bc 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-25  Werner Lemberg  <wl@gnu.org>
+
+       * mh-e.el: Replace `illegal' with `invalid'.
+
 2004-09-07  Stefan  <monnier@iro.umontreal.ca>
 
        * mh-inc.el (mh-inc-spool-list): Correctly declare the external var.
index 2081d49b6cd6f25c2c425e78961adf31a1305427..3ffed2c1c9f43d31c03ac9d54d652c73d836e55b 100644 (file)
@@ -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 <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
@@ -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)))