From: morioka Date: Wed, 14 Oct 1998 05:36:24 +0000 (+0000) Subject: (sinfo-to-texi): Insert comment about it is generated automatically X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e697439fcddcd6099fe36e36807bdeb0d516f6;p=elisp%2Fsinfo.git (sinfo-to-texi): Insert comment about it is generated automatically from SGML source file with sinfo version. --- diff --git a/sinfo.el b/sinfo.el index 8360d9e..e78dfbd 100644 --- a/sinfo.el +++ b/sinfo.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1996,1997,1998 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko -;; Version: $Id: sinfo.el,v 3.7 1997/01/31 13:46:10 morioka Exp $ ;; Keywords: SGML, Texinfo ;; This file is part of sinfo (SGML based info system). @@ -173,7 +172,7 @@ (and (re-search-forward "@setfilename$" nil t) (replace-match (format - "@c Generated automatically from %s by sinfo . + "@c Generated automatically from %s by sinfo 3.7. @setfilename %s" (file-name-nondirectory src-name) fname) )) (and (re-search-forward "@settitle{}" nil t)