groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/05: src/preproc/tbl/table.cpp: Update editor aids.


From: G. Branden Robinson
Subject: [groff] 01/05: src/preproc/tbl/table.cpp: Update editor aids.
Date: Sat, 26 Sep 2020 22:08:49 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit ed6288874721b1e3173c9dc8741d8ee9d202805c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 (jjc@jclark.com)
 
@@ -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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]