Mercurial > emacs
changeset 25718:096f3085e905
(lw_separator_p): Check for new-style separators
differently.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 14 Sep 1999 15:30:15 +0000 |
parents | 3c6ad00e51a8 |
children | f440228994ba |
files | lwlib/lwlib.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib.c Tue Sep 14 15:12:57 1999 +0000 +++ b/lwlib/lwlib.c Tue Sep 14 15:30:15 1999 +0000 @@ -1454,7 +1454,8 @@ } } else if (strlen (label) > 3 - && bcmp (label, "--", 2) == 0) + && bcmp (label, "--", 2) == 0 + && label[2] != '-') { /* Alternative, more Emacs-style names. */ static struct separator_table