summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2020-04-18 15:29:10 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2020-04-19 09:25:38 +1000
commit05f4407a62576dcd4fc2193b0014dc1c2e8af64f (patch)
tree5604f87f99af85cc098a4e5adfb5e2555b19fbec /arch
parentbdf82767ba8a22502f1bf245665c6f710c215ad0 (diff)
downloadgroff-git-05f4407a62576dcd4fc2193b0014dc1c2e8af64f.tar.gz
Delete editor-settings comment banners.
Most users and developers have lexical coloring/syntax highlighting available these days (cf. 30 years ago). Leaving them in plain-text files (like READMEs) because these are generally not machine-parsed (except for changelogs...) and the indicator may conceivably be useful to novices who stumble across them.
Diffstat (limited to 'arch')
-rw-r--r--arch/mingw/mingw.am2
-rw-r--r--arch/misc/misc.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/mingw/mingw.am b/arch/mingw/mingw.am
index 389453ccc..855997558 100644
--- a/arch/mingw/mingw.am
+++ b/arch/mingw/mingw.am
@@ -45,8 +45,6 @@ EXTRA_DIST += $(WINSCRIPTS)
endif
-########################################################################
-### Emacs settings
# Local Variables:
# mode: makefile-automake
# End:
diff --git a/arch/misc/misc.am b/arch/misc/misc.am
index 2c3a1c834..d178f1e8e 100644
--- a/arch/misc/misc.am
+++ b/arch/misc/misc.am
@@ -26,8 +26,6 @@ shdeps.sed: $(top_srcdir)/arch/misc/shdeps.sh
$(SHELL) $(top_srcdir)/arch/misc/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
-########################################################################
-### Emacs settings
# Local Variables:
# mode: makefile-automake
# End: