# HG changeset patch # User Gerd Moellmann # Date 936980373 0 # Node ID 157324e02b30adea1fc379039a8ed05e4f880741 # Parent acfb741e6e24db6bb6e62d8ce1c8af955eb35370 (lw_separator_p): Add `--:space' with the same meaning as `--:noLine'. diff -r acfb741e6e24 -r 157324e02b30 lwlib/lwlib.c --- 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,