emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bcaf5a1 1/2: Move mantemp.el to obsolete/


From: Eli Zaretskii
Subject: [Emacs-diffs] master bcaf5a1 1/2: Move mantemp.el to obsolete/
Date: Sat, 22 Jun 2019 05:09:06 -0400 (EDT)

branch: master
commit bcaf5a140dd5cf15208042985f78fa1a1e0b7697
Author: Stefan Kangas <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Move mantemp.el to obsolete/
    
    * lisp/progmodes/mantemp.el: Move to obsolete/. (bug#34789)
    * doc/emacs/ack.texi (Acknowledgments): Remove obsolete library
    mantemp.el.
---
 doc/emacs/ack.texi                      | 4 ----
 etc/TODO                                | 5 ++---
 lisp/{progmodes => obsolete}/mantemp.el | 4 ++++
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 0e4a982..06e75f3 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 f8c2d28..273455c 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
similarity index 98%
rename from lisp/progmodes/mantemp.el
rename to lisp/obsolete/mantemp.el
index 4190a84..ad63842 100644
--- a/lisp/progmodes/mantemp.el
+++ b/lisp/obsolete/mantemp.el
@@ -5,6 +5,7 @@
 ;; Author: Tom Houlder <address@hidden>
 ;; 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):
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]