Mercurial > emacs
changeset 56907:9a6afeebca32
Fix line breaks to follow Emacs conventions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Sep 2004 20:43:38 +0000 |
parents | 8f5fa45d791e |
children | a139f4d21416 |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;