]> git.eshelyaron.com Git - emacs.git/commitdiff
(erlang_attribute): Fix undefined variable usage (after Potorti).
authorDave Love <fx@gnu.org>
Wed, 23 Jun 1999 09:23:38 +0000 (09:23 +0000)
committerDave Love <fx@gnu.org>
Wed, 23 Jun 1999 09:23:38 +0000 (09:23 +0000)
lib-src/etags.c

index a1059e334d156f650bb7461f2893c61bd24adf72..31308bf23e865cd8bb82eff9d9c5f7895e6464a2 100644 (file)
@@ -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);