gbranden pushed a commit to branch master
in repository groff.
commit ed6288874721b1e3173c9dc8741d8ee9d202805c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Sep 26 11:39:04 2020 +1000
src/preproc/tbl/table.cpp: Update editor aids.
Assist Vim as well as Emacs, and set fill-column/textwidth to 72, like
other groff source files.
Also fix a whitespace nit.
---
src/preproc/tbl/table.cpp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/preproc/tbl/table.cpp b/src/preproc/tbl/table.cpp
index ce067be..d60d348 100644
--- a/src/preproc/tbl/table.cpp
+++ b/src/preproc/tbl/table.cpp
@@ -1,4 +1,3 @@
-// -*- C++ -*-
/* Copyright (C) 1989-2018 Free Software Foundation, Inc.
Written by James Clark ([email protected])
@@ -3014,5 +3013,10 @@ void printfs(const char *s, const string &arg1, const
string &arg2,
prints(c);
}
}
-}
+}
+// Local Variables:
+// fill-column: 72
+// mode: C++
+// End:
+// vim: set autoindent textwidth=72:
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit