emacs-diffs
[Top][All Lists]
Advanced

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

master 7baf8ca 2/2: Don't auto-insert "@c file ends here" in .texi files


From: Stefan Kangas
Subject: master 7baf8ca 2/2: Don't auto-insert "@c file ends here" in .texi files
Date: Sun, 1 Nov 2020 12:59:50 -0500 (EST)

branch: master
commit 7baf8cae0f54502fc2b21c01e133308b746cd7a0
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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 4af3d63..9798668 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



reply via email to

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