From 61e59c1dd1122656d9bbfc6892ad40c693318224 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 10 Sep 1999 16:19:33 +0000 Subject: [PATCH] (lw_separator_p): Add `--:space' with the same meaning as `--:noLine'. --- lwlib/lwlib.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.39.5