gbranden pushed a commit to branch master
in repository groff.
commit 7b103825c7bfe973b4a9d8fda2563a76680de259
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Mar 26 00:14:07 2026 -0500
[grohtml]: Update editor aid comments.
* src/devices/grohtml/html-table.h:
* src/devices/grohtml/html-text.h:
* src/devices/grohtml/html.h: Drop old-style Emacs file-local variable.
Add editor aid comments.
---
src/devices/grohtml/html-table.h | 7 ++++++-
src/devices/grohtml/html-text.h | 7 ++++++-
src/devices/grohtml/html.h | 6 ++++++
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/src/devices/grohtml/html-table.h b/src/devices/grohtml/html-table.h
index 64e4fb344..4bba6652a 100644
--- a/src/devices/grohtml/html-table.h
+++ b/src/devices/grohtml/html-table.h
@@ -1,4 +1,3 @@
-// -*- C++ -*-
/* Copyright 2002-2020 Free Software Foundation, Inc.
*
* Gaius Mulley ([email protected]) wrote html-table.h
@@ -131,3 +130,9 @@ private:
};
#endif
+
+// Local Variables:
+// fill-column: 72
+// mode: C++
+// End:
+// vim: set cindent noexpandtab shiftwidth=2 textwidth=72:
diff --git a/src/devices/grohtml/html-text.h b/src/devices/grohtml/html-text.h
index df4e70c57..2e13477a9 100644
--- a/src/devices/grohtml/html-text.h
+++ b/src/devices/grohtml/html-text.h
@@ -1,4 +1,3 @@
-// -*- C++ -*-
/* Copyright 2000-2020 Free Software Foundation, Inc.
*
* Gaius Mulley ([email protected]) wrote html-text.h
@@ -136,3 +135,9 @@ private:
void dump_stack_element (tag_definition *p);
void dump_stack (void);
};
+
+// Local Variables:
+// fill-column: 72
+// mode: C++
+// End:
+// vim: set cindent noexpandtab shiftwidth=2 textwidth=72:
diff --git a/src/devices/grohtml/html.h b/src/devices/grohtml/html.h
index a86a12813..eb9b0954f 100644
--- a/src/devices/grohtml/html.h
+++ b/src/devices/grohtml/html.h
@@ -95,3 +95,9 @@ inline FILE *simple_output::get_file()
}
#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