diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-09-10 16:19:33 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-09-10 16:19:33 +0000 |
commit | 61e59c1dd1122656d9bbfc6892ad40c693318224 (patch) | |
tree | ed8561a41966485b09f88016049254d982ea49b4 /lwlib | |
parent | c280bc6a3d374a88ec1365b8f3c9578e3a1794fa (diff) | |
download | emacs-61e59c1dd1122656d9bbfc6892ad40c693318224.tar.gz |
(lw_separator_p): Add `--:space' with the same
meaning as `--:noLine'.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/lwlib.c | 1 |
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, |