summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-09-03 20:43:38 +0000
committerRichard M. Stallman <rms@gnu.org>2004-09-03 20:43:38 +0000
commit51967ad0aba01724ad2fb467139dd6d6ee6cd7b7 (patch)
tree2ee81769e7fa16e1fb17cdd076ea45609d650d10
parent7bc1e41b51a4e70687e7628fa127e13e04f3daa0 (diff)
downloademacs-51967ad0aba01724ad2fb467139dd6d6ee6cd7b7.tar.gz
Fix line breaks to follow Emacs conventions.
-rw-r--r--src/xdisp.c3
1 files changed, 2 insertions, 1 deletions
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;