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-Tag: emacs-19.34~10097 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0132c70c047bc80b9bb13250041004276ca3e5b1;p=emacs.git (Fforward_line): Pass new arg to scan_buffer. --- diff --git a/src/cmds.c b/src/cmds.c index f405413913c..e6ceeeee0a5 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