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:
parent
94b342cea5
commit
46d74a6943
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue