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:
parent
502add23f1
commit
0132c70c04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user