1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(lw_separator_p): Check for new-style separators

differently.
This commit is contained in:
Gerd Moellmann 1999-09-14 15:30:15 +00:00
parent 94b342cea5
commit 46d74a6943

View file

@ -1454,7 +1454,8 @@ lw_separator_p (label, type, motif_p)
}
}
else if (strlen (label) > 3
&& bcmp (label, "--", 2) == 0)
&& bcmp (label, "--", 2) == 0
&& label[2] != '-')
{
/* Alternative, more Emacs-style names. */
static struct separator_table