From 51967ad0aba01724ad2fb467139dd6d6ee6cd7b7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Sep 2004 20:43:38 +0000 Subject: Fix line breaks to follow Emacs conventions. --- src/xdisp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 00e20c30d30..409d32449e5 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -15693,7 +15693,8 @@ display_mode_element (it, depth, field_width, precision, elt, props, risky) 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; -- cgit v1.2.1