# HG changeset patch # User Richard M. Stallman # Date 1094244218 0 # Node ID 9a6afeebca3265418494e8831fbc0ecad13297c7 # Parent 8f5fa45d791ec6a9c1483038f7ca4a1fbfd5d823 Fix line breaks to follow Emacs conventions. diff -r 8f5fa45d791e -r 9a6afeebca32 src/xdisp.c --- a/src/xdisp.c Fri Sep 03 20:42:04 2004 +0000 +++ b/src/xdisp.c Fri Sep 03 20:43:38 2004 +0000 @@ -15693,7 +15693,8 @@ The mode_line_string_face face property is always added to the string. */ -static int store_mode_line_string (string, lisp_string, copy_string, field_width, precision, props) +static int +store_mode_line_string (string, lisp_string, copy_string, field_width, precision, props) char *string; Lisp_Object lisp_string; int copy_string;