From: Richard M. Stallman Date: Thu, 3 Feb 1994 05:05:12 +0000 (+0000) Subject: (Fforward_line): Pass new arg to scan_buffer. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/0132c70c047bc80b9bb13250041004276ca3e5b1 (Fforward_line): Pass new arg to scan_buffer. --- diff --git a/src/cmds.c b/src/cmds.c index f405413913..e6ceeeee0a 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -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