gbranden pushed a commit to branch master
in repository groff.
commit d11963878b615632f1608ee0e29f0254a8cfa77e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jun 19 01:42:54 2026 -0500
[refer]: Update editor aid comments.
* src/preproc/refer/command.h:
* src/preproc/refer/ref.h:
* src/preproc/refer/token.h: Drop old-style Emacs file-local variable.
Add editor aid comments.
---
src/preproc/refer/command.h | 7 ++++++-
src/preproc/refer/ref.h | 7 ++++++-
src/preproc/refer/token.h | 7 ++++++-
3 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/src/preproc/refer/command.h b/src/preproc/refer/command.h
index 16d395e8f..985722763 100644
--- a/src/preproc/refer/command.h
+++ b/src/preproc/refer/command.h
@@ -1,4 +1,3 @@
-// -*- C++ -*-
/* Copyright 1989-2020 Free Software Foundation, Inc.
Written by James Clark ([email protected])
@@ -34,3 +33,9 @@ extern string sep_label;
extern void do_bib(const char *);
extern void output_references();
+
+// Local Variables:
+// fill-column: 72
+// mode: C++
+// End:
+// vim: set cindent noexpandtab shiftwidth=2 textwidth=72:
diff --git a/src/preproc/refer/ref.h b/src/preproc/refer/ref.h
index 9ec6d5278..9f6ef7082 100644
--- a/src/preproc/refer/ref.h
+++ b/src/preproc/refer/ref.h
@@ -1,4 +1,3 @@
-// -*- C++ -*-
/* Copyright 1989-2020 Free Software Foundation, Inc.
Written by James Clark ([email protected])
@@ -126,3 +125,9 @@ void reverse_name(const char *ptr, const char *end, string
&result);
void uppercase(const char *ptr, const char *end, string &result);
void lowercase(const char *ptr, const char *end, string &result);
void abbreviate_name(const char *ptr, const char *end, string &result);
+
+// Local Variables:
+// fill-column: 72
+// mode: C++
+// End:
+// vim: set cindent noexpandtab shiftwidth=2 textwidth=72:
diff --git a/src/preproc/refer/token.h b/src/preproc/refer/token.h
index f33031ed6..163bb9cc5 100644
--- a/src/preproc/refer/token.h
+++ b/src/preproc/refer/token.h
@@ -1,4 +1,3 @@
-// -*- C++ -*-
/* Copyright 1989-2020 Free Software Foundation, Inc.
Written by James Clark ([email protected])
@@ -86,3 +85,9 @@ inline int token_info::is_range_sep() const
bool get_token(const char **ptr, const char *end);
const token_info *lookup_token(const char *start, const char *end);
+
+// 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