gbranden pushed a commit to branch master
in repository groff.

commit a8066ef5372423be3debf405a2a23700f18685b9
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Mar 26 13:39:05 2026 -0500

    [grolbp]: Update editor aid comments.
    
    * src/devices/grolbp/charset.h:
    * src/devices/grolbp/lbp.h: Drop old-style Emacs file-local variable.
      Add editor aid comments.
---
 src/devices/grolbp/charset.h | 7 ++++++-
 src/devices/grolbp/lbp.h     | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/devices/grolbp/charset.h b/src/devices/grolbp/charset.h
index 0005a1a4f..497300d94 100644
--- a/src/devices/grolbp/charset.h
+++ b/src/devices/grolbp/charset.h
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /* Copyright 2000-2020 Free Software Foundation, Inc.
 
 Written by Francisco Andr�s Verd� <[email protected]> with many ideas
@@ -88,3 +87,9 @@ unsigned char symset[] = {
 0x00,0xEC,0x00,0xF2,0x00,0xF3,0x00,0x15,0x00,0x16,0x00,
 0x86
 };
+
+// Local Variables:
+// fill-column: 72
+// mode: C++
+// End:
+// vim: set cindent noexpandtab shiftwidth=2 textwidth=72:
diff --git a/src/devices/grolbp/lbp.h b/src/devices/grolbp/lbp.h
index 1c250962a..2cb4fc044 100644
--- a/src/devices/grolbp/lbp.h
+++ b/src/devices/grolbp/lbp.h
@@ -1,4 +1,3 @@
-// -*- C -*-
 /* Copyright 1994-2020 Free Software Foundation, Inc.
 
 Written by Francisco Andr�s Verd� <[email protected]>
@@ -543,3 +542,9 @@ vdmspline(int numpoints, int o_x, int o_y, int *numbers)
        
 
 #endif
+
+// Local Variables:
+// fill-column: 72
+// mode: C++
+// End:
+// vim: set cindent noexpandtab shiftwidth=2 textwidth=72:

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to