summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2019-06-13 14:07:12 +0200
committerEli Zaretskii <eliz@gnu.org>2019-06-22 12:05:28 +0300
commitbcaf5a140dd5cf15208042985f78fa1a1e0b7697 (patch)
treea07ce302292344e97e3c716af877d66116a323d1
parentd79fe1f7772a3ea6f998aeab10fe845f14493084 (diff)
downloademacs-bcaf5a140dd5cf15208042985f78fa1a1e0b7697.tar.gz
Move mantemp.el to obsolete/
* lisp/progmodes/mantemp.el: Move to obsolete/. (bug#34789) * doc/emacs/ack.texi (Acknowledgments): Remove obsolete library mantemp.el.
-rw-r--r--doc/emacs/ack.texi4
-rw-r--r--etc/TODO5
-rw-r--r--lisp/obsolete/mantemp.el (renamed from lisp/progmodes/mantemp.el)4
3 files changed, 6 insertions, 7 deletions
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 0e4a982da40..06e75f30773 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -503,10 +503,6 @@ Tassilo Horn wrote DocView mode, allowing viewing of PDF, PostScript and
DVI documents.
@item
-Tom Houlder wrote @file{mantemp.el}, which generates manual C@t{++}
-template instantiations.
-
-@item
Joakim Hove wrote @file{html2text.el}, a html to plain text converter.
@item
diff --git a/etc/TODO b/etc/TODO
index f8c2d285eef..273455c386e 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -560,9 +560,8 @@ from the emacsclient process.
snmp-mode [?], soundex [should be interactive?], strokes [start from
the web page], talk, thingatpt [interactive functions?], type-break,
vcursor, xscheme, zone-mode [?], mlconvert [?], iso-cvt,
- feedmail [?], uce, gametree, page-ext,
- refbib, refer, scribe, texinfo, underline,
- cmacexp, hideif, mantemp [obsolete?], pcomplete, xml,
+ feedmail [?], uce, gametree, page-ext, refbib, refer, scribe,
+ texinfo, underline, cmacexp, hideif, pcomplete, xml,
cvs-status (should be described in PCL-CVS manual); other progmodes,
probably in separate manual.
diff --git a/lisp/progmodes/mantemp.el b/lisp/obsolete/mantemp.el
index 4190a847274..ad638422c2b 100644
--- a/lisp/progmodes/mantemp.el
+++ b/lisp/obsolete/mantemp.el
@@ -5,6 +5,7 @@
;; Author: Tom Houlder <thoulder@icor.fr>
;; Created: 10 Dec 1996
;; Keywords: g++, templates
+;; Obsolete-since: 27.1
;; This file is part of GNU Emacs.
@@ -23,6 +24,9 @@
;;; Commentary:
+;; This file is obsolete. For more information, see:
+;; https://debbugs.gnu.org/34789
+
;; The following is a typical error message from g++ using STL (here
;; with split lines):
;;