diff options
| author | Dave Love | 1999-06-23 09:23:38 +0000 |
|---|---|---|
| committer | Dave Love | 1999-06-23 09:23:38 +0000 |
| commit | 9788737a539c13a7d6307262aff5c122e31d9a57 (patch) | |
| tree | 0e90f6d3e49f5b9fdf38cbd625b992c36c9fe33d /lib-src | |
| parent | 59d05d2dd30b980638420cab29470bf032a68f1a (diff) | |
| download | emacs-9788737a539c13a7d6307262aff5c122e31d9a57.tar.gz emacs-9788737a539c13a7d6307262aff5c122e31d9a57.zip | |
(erlang_attribute): Fix undefined variable usage (after Potorti).
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 4111 | 4111 | ||
| 4112 | if (strneq (s, "-define", 7) || strneq (s, "-record", 7)) | 4112 | if (strneq (s, "-define", 7) || strneq (s, "-record", 7)) |
| 4113 | { | 4113 | { |
| 4114 | pos = 7 + eat_white (s, pos); | 4114 | pos = 7 + eat_white (s, 7); |
| 4115 | if (s[pos++] == '(') | 4115 | if (s[pos++] == '(') |
| 4116 | { | 4116 | { |
| 4117 | pos += eat_white (s, pos); | 4117 | pos += eat_white (s, pos); |