aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner LEMBERG2005-03-25 08:21:31 +0000
committerWerner LEMBERG2005-03-25 08:21:31 +0000
commit7bd10db569d3711e58365200a685c0cc6c7e7723 (patch)
tree8c087a67e1d85b254d55eee61e3a7ab01c8abe91
parentf3f7f80cee2e52263045f9086adef59bd45eaa75 (diff)
downloademacs-7bd10db569d3711e58365200a685c0cc6c7e7723.tar.gz
emacs-7bd10db569d3711e58365200a685c0cc6c7e7723.zip
* mh-e.el: Replace `illegal' with `invalid'.
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/mh-e.el4
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 @@
12005-03-25 Werner Lemberg <wl@gnu.org>
2
3 * mh-e.el: Replace `illegal' with `invalid'.
4
12004-09-07 Stefan <monnier@iro.umontreal.ca> 52004-09-07 Stefan <monnier@iro.umontreal.ca>
2 6
3 * mh-inc.el (mh-inc-spool-list): Correctly declare the external var. 7 * 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 @@
1;;; mh-e.el --- GNU Emacs interface to the MH mail system 1;;; mh-e.el --- GNU Emacs interface to the MH mail system
2 2
3;; Copyright (C) 1985, 86, 87, 88, 90, 92, 93, 94, 95, 97, 1999, 3;; Copyright (C) 1985, 86, 87, 88, 90, 92, 93, 94, 95, 97, 1999,
4;; 2000, 01, 02, 03, 2004 Free Software Foundation, Inc. 4;; 2000, 01, 02, 03, 2004, 2005 Free Software Foundation, Inc.
5 5
6;; Author: Bill Wohler <wohler@newt.com> 6;; Author: Bill Wohler <wohler@newt.com>
7;; Maintainer: Bill Wohler <wohler@newt.com> 7;; Maintainer: Bill Wohler <wohler@newt.com>
@@ -2306,7 +2306,7 @@ If INTERNAL-FLAG is non-nil, then do not inform MH of the change."
2306(defun mh-define-sequence (seq msgs) 2306(defun mh-define-sequence (seq msgs)
2307 "Define the SEQ to contain the list of MSGS. 2307 "Define the SEQ to contain the list of MSGS.
2308Do not mark pseudo-sequences or empty sequences. 2308Do not mark pseudo-sequences or empty sequences.
2309Signals an error if SEQ is an illegal name." 2309Signals an error if SEQ is an invalid name."
2310 (if (and msgs 2310 (if (and msgs
2311 (mh-valid-seq-p seq) 2311 (mh-valid-seq-p seq)
2312 (not (mh-folder-name-p seq))) 2312 (not (mh-folder-name-p seq)))