aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2019-06-13 14:07:12 +0200
committerEli Zaretskii2019-06-22 12:05:28 +0300
commitbcaf5a140dd5cf15208042985f78fa1a1e0b7697 (patch)
treea07ce302292344e97e3c716af877d66116a323d1
parentd79fe1f7772a3ea6f998aeab10fe845f14493084 (diff)
downloademacs-bcaf5a140dd5cf15208042985f78fa1a1e0b7697.tar.gz
emacs-bcaf5a140dd5cf15208042985f78fa1a1e0b7697.zip
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
503DVI documents. 503DVI documents.
504 504
505@item 505@item
506Tom Houlder wrote @file{mantemp.el}, which generates manual C@t{++}
507template instantiations.
508
509@item
510Joakim Hove wrote @file{html2text.el}, a html to plain text converter. 506Joakim Hove wrote @file{html2text.el}, a html to plain text converter.
511 507
512@item 508@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.
560 snmp-mode [?], soundex [should be interactive?], strokes [start from 560 snmp-mode [?], soundex [should be interactive?], strokes [start from
561 the web page], talk, thingatpt [interactive functions?], type-break, 561 the web page], talk, thingatpt [interactive functions?], type-break,
562 vcursor, xscheme, zone-mode [?], mlconvert [?], iso-cvt, 562 vcursor, xscheme, zone-mode [?], mlconvert [?], iso-cvt,
563 feedmail [?], uce, gametree, page-ext, 563 feedmail [?], uce, gametree, page-ext, refbib, refer, scribe,
564 refbib, refer, scribe, texinfo, underline, 564 texinfo, underline, cmacexp, hideif, pcomplete, xml,
565 cmacexp, hideif, mantemp [obsolete?], pcomplete, xml,
566 cvs-status (should be described in PCL-CVS manual); other progmodes, 565 cvs-status (should be described in PCL-CVS manual); other progmodes,
567 probably in separate manual. 566 probably in separate manual.
568 567
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 @@
5;; Author: Tom Houlder <thoulder@icor.fr> 5;; Author: Tom Houlder <thoulder@icor.fr>
6;; Created: 10 Dec 1996 6;; Created: 10 Dec 1996
7;; Keywords: g++, templates 7;; Keywords: g++, templates
8;; Obsolete-since: 27.1
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
10 11
@@ -23,6 +24,9 @@
23 24
24;;; Commentary: 25;;; Commentary:
25 26
27;; This file is obsolete. For more information, see:
28;; https://debbugs.gnu.org/34789
29
26;; The following is a typical error message from g++ using STL (here 30;; The following is a typical error message from g++ using STL (here
27;; with split lines): 31;; with split lines):
28;; 32;;