changeset 5754:1864e9a12261

(Fforward_line): Pass new arg to scan_buffer.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Feb 1994 05:05:12 +0000
parents eb44ecad5557
children 5b77773166f7
files src/cmds.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cmds.c	Wed Feb 02 23:47:57 1994 +0000
+++ b/src/cmds.c	Thu Feb 03 05:05:12 1994 +0000
@@ -105,7 +105,7 @@
     }
 
   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