From: Gerd Moellmann Date: Fri, 10 Sep 1999 16:19:33 +0000 (+0000) Subject: (lw_separator_p): Add `--:space' with the same X-Git-Tag: emacs-pretest-21.0.90~6815 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61e59c1dd1122656d9bbfc6892ad40c693318224;p=emacs.git (lw_separator_p): Add `--:space' with the same meaning as `--:noLine'. --- diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index 9e99847f8e3..9939a5dcc96 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -1420,6 +1420,7 @@ lw_separator_p (label, type, motif_p) } separator_names[] = { + "space", SEPARATOR_NO_LINE, "noLine", SEPARATOR_NO_LINE, "singleLine", SEPARATOR_SINGLE_LINE, "doubleLine", SEPARATOR_DOUBLE_LINE,