# HG changeset patch # User Stefan Monnier # Date 976296814 0 # Node ID 45cb6948fefae445cb3b478d76a1d7dd4e3eda3a # Parent f486d110fdefcdd57eb00ca9d6583b8c5ca0209e (auto-insert-alist): Add missing final \n. diff -r f486d110fdef -r 45cb6948fefa lisp/autoinsert.el --- a/lisp/autoinsert.el Fri Dec 08 17:08:25 2000 +0000 +++ b/lisp/autoinsert.el Fri Dec 08 17:33:34 2000 +0000 @@ -136,7 +136,7 @@ "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 @@ \(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