]> git.eshelyaron.com Git - emacs.git/commitdiff
(lw_separator_p): Add `--:space' with the same
authorGerd Moellmann <gerd@gnu.org>
Fri, 10 Sep 1999 16:19:33 +0000 (16:19 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 10 Sep 1999 16:19:33 +0000 (16:19 +0000)
meaning as `--:noLine'.

lwlib/lwlib.c

index 9e99847f8e3b2e805a13bb046b0c337efcb8a636..9939a5dcc96e8e57343f64d951b8321eee1eabfc 100644 (file)
@@ -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,