1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(Fforward_line): Pass new arg to scan_buffer.

This commit is contained in:
Richard M. Stallman 1994-02-03 05:05:12 +00:00
parent 502add23f1
commit 0132c70c04

View File

@ -105,7 +105,7 @@ With positive ARG, a non-empty line at the end counts as one line\n\
}
negp = count <= 0;
pos = scan_buffer ('\n', pos2, count - negp, &shortage);
pos = scan_buffer ('\n', pos2, count - negp, &shortage, 1);
if (shortage > 0
&& (negp
|| (ZV > BEGV