]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't auto-insert "@c file ends here" in .texi files
authorStefan Kangas <stefan@marxist.se>
Sun, 1 Nov 2020 17:52:23 +0000 (18:52 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 1 Nov 2020 17:58:12 +0000 (18:58 +0100)
* lisp/autoinsert.el (auto-insert-alist): Don't insert "@c file ends
here" at the end of new .texi files.

lisp/autoinsert.el

index 4af3d631a2c712c5551298d3126ab38934ef1915..979866832567e9cdc7d7a5e76df65c1369c1c02b 100644 (file)
@@ -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