# HG changeset patch # User Werner LEMBERG # Date 1111738762 0 # Node ID 3f516faa2ab3c7287b4a0c52bfdfa89b269de944 # Parent 7b8e42efa46a2cc40918dc16c76db48864b878c0 * nnmaildir.el: Replace `illegal' with `invalid'. diff -r 7b8e42efa46a -r 3f516faa2ab3 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Fri Mar 25 08:16:06 2005 +0000 +++ b/lisp/gnus/ChangeLog Fri Mar 25 08:19:22 2005 +0000 @@ -1,3 +1,7 @@ +2005-03-25 Werner Lemberg + + * nnmaildir.el: Replace `illegal' with `invalid'. + 2005-03-22 Stefan Monnier * gnus-start.el (gnus-display-time-event-handler): diff -r 7b8e42efa46a -r 3f516faa2ab3 lisp/gnus/nnmaildir.el --- a/lisp/gnus/nnmaildir.el Fri Mar 25 08:16:06 2005 +0000 +++ b/lisp/gnus/nnmaildir.el Fri Mar 25 08:19:22 2005 +0000 @@ -978,7 +978,7 @@ (throw 'return nil)) (when (save-match-data (string-match "[\0/\t]" gname)) (setf (nnmaildir--srv-error nnmaildir--cur-server) - (concat "Illegal characters (null, tab, or /) in group name: " + (concat "Invalid characters (null, tab, or /) in group name: " gname)) (throw 'return nil)) (setq groups (nnmaildir--srv-groups nnmaildir--cur-server)) @@ -1023,7 +1023,7 @@ (throw 'return nil)) (when (save-match-data (string-match "[\0/\t]" new-name)) (setf (nnmaildir--srv-error nnmaildir--cur-server) - (concat "Illegal characters (null, tab, or /) in group name: " + (concat "Invalid characters (null, tab, or /) in group name: " new-name)) (throw 'return nil)) (if (string-equal gname new-name) (throw 'return t))