# HG changeset patch # User Gerd Moellmann # Date 937323015 0 # Node ID 096f3085e905113d951382dc33c895d4c3397047 # Parent 3c6ad00e51a8a37621b0cd78f242309fc6b2183c (lw_separator_p): Check for new-style separators differently. diff -r 3c6ad00e51a8 -r 096f3085e905 lwlib/lwlib.c --- 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