mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(erlang_attribute): Fix undefined variable usage (after Potorti).
This commit is contained in:
parent
59d05d2dd3
commit
9788737a53
@ -4111,7 +4111,7 @@ erlang_attribute (s)
|
||||
|
||||
if (strneq (s, "-define", 7) || strneq (s, "-record", 7))
|
||||
{
|
||||
pos = 7 + eat_white (s, pos);
|
||||
pos = 7 + eat_white (s, 7);
|
||||
if (s[pos++] == '(')
|
||||
{
|
||||
pos += eat_white (s, pos);
|
||||
|
Loading…
Reference in New Issue
Block a user