From: Dave Love Date: Wed, 23 Jun 1999 09:23:38 +0000 (+0000) Subject: (erlang_attribute): Fix undefined variable usage (after Potorti). X-Git-Tag: emacs-20.4~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9788737a539c13a7d6307262aff5c122e31d9a57;p=emacs.git (erlang_attribute): Fix undefined variable usage (after Potorti). --- diff --git a/lib-src/etags.c b/lib-src/etags.c index a1059e334d1..31308bf23e8 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -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);