summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-09-10 16:19:33 +0000
committerGerd Moellmann <gerd@gnu.org>1999-09-10 16:19:33 +0000
commite966fe8147be6c275e021946923d4cbee3864100 (patch)
treec0492d620e91f29ffb04f683a134545716940976 /lwlib
parent5534683ae26515a461448f9b122a1991a6ab0929 (diff)
downloademacs-e966fe8147be6c275e021946923d4cbee3864100.tar.gz
(lw_separator_p): Add `--:space' with the same
meaning as `--:noLine'.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib.c1
1 files changed, 1 insertions, 0 deletions
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,