aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/lwlib.c
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-09-10 16:19:33 +0000
committerGerd Moellmann <[email protected]>1999-09-10 16:19:33 +0000
commit61e59c1dd1122656d9bbfc6892ad40c693318224 (patch)
treeed8561a41966485b09f88016049254d982ea49b4 /lwlib/lwlib.c
parentc280bc6a3d374a88ec1365b8f3c9578e3a1794fa (diff)
(lw_separator_p): Add `--:space' with the same
meaning as `--:noLine'.
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r--lwlib/lwlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index 9e99847f8e..9939a5dcc9 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,