From: Stefan Kangas Date: Sun, 1 Nov 2020 17:52:23 +0000 (+0100) Subject: Don't auto-insert "@c file ends here" in .texi files X-Git-Tag: emacs-28.0.90~5287^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7baf8cae0f54502fc2b21c01e133308b746cd7a0;p=emacs.git Don't auto-insert "@c file ends here" in .texi files * lisp/autoinsert.el (auto-insert-alist): Don't insert "@c file ends here" at the end of new .texi files. --- diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 4af3d631a2c..97986683256 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -315,8 +315,7 @@ The document was typeset with @printindex cp @bye - -@c " (file-name-nondirectory (buffer-file-name)) " ends here\n")) +")) "A list specifying text to insert by default into a new file. Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION). CONDITION may be a regexp that must match the new file's name, or it may be