From 7baf8cae0f54502fc2b21c01e133308b746cd7a0 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 1 Nov 2020 18:52:23 +0100 Subject: [PATCH] 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. --- lisp/autoinsert.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2