1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(auto-insert-alist): Add missing final \n.

This commit is contained in:
Stefan Monnier 2000-12-08 17:33:34 +00:00
parent 9ea8de1b79
commit 2103c9fb65

View File

@ -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