1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(consider_token): Fix typo in expression.

This commit is contained in:
Karl Heuer 1996-01-10 19:46:03 +00:00
parent 3577cff0c7
commit 9884ba1ffb

View File

@ -1958,7 +1958,7 @@ consider_token (str, len, c, c_ext, cblev, parlev, is_func)
if (parlev == 0)
{
objdef = omethodtag;
methodlen =+ len;
methodlen += len;
GROW_LINEBUFFER (token_name, methodlen+1);
strncat (token_name.buffer, str, len);
return TRUE;