changeset 25627:157324e02b30

(lw_separator_p): Add `--:space' with the same meaning as `--:noLine'.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 10 Sep 1999 16:19:33 +0000
parents acfb741e6e24
children 98e238950125
files lwlib/lwlib.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib.c	Fri Sep 10 06:32:34 1999 +0000
+++ b/lwlib/lwlib.c	Fri Sep 10 16:19:33 1999 +0000
@@ -1420,6 +1420,7 @@
       }
       separator_names[] =
       {
+	"space",		     SEPARATOR_NO_LINE,
 	"noLine",		     SEPARATOR_NO_LINE,
 	"singleLine",		     SEPARATOR_SINGLE_LINE,
 	"doubleLine",		     SEPARATOR_DOUBLE_LINE,