From 2103c9fb65e691687b538749fd3fe9e757475036 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 8 Dec 2000 17:33:34 +0000 Subject: [PATCH] (auto-insert-alist): Add missing final \n. --- lisp/autoinsert.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 5cf87b40b61..ae6e9863097 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -136,7 +136,7 @@ If this contains a %s, that will be replaced by the matching rule." "Short description: " ";;; " (file-name-nondirectory (buffer-file-name)) " --- " str " -;; Copyright (C) " (substring (current-time-string) -4) " " +;; Copyright (C) " (substring (current-time-string) -4) " " (getenv "ORGANIZATION") | "Free Software Foundation, Inc." " ;; Author: " (user-full-name) @@ -181,7 +181,7 @@ If this contains a %s, that will be replaced by the matching rule." \(provide '" (file-name-sans-extension (file-name-nondirectory (buffer-file-name))) ") -;;; " (file-name-nondirectory (buffer-file-name)) " ends here")) +;;; " (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 maybe a regexp that must match the new file's name, or it may be -- 2.39.5