From 3c98b2e96ea56154e439516072af388760fb89fe Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 22 Nov 2000 22:50:22 +0000 Subject: [PATCH] (auto-insert-alist): Add `provide' to elisp skeleton. --- lisp/autoinsert.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 498808be5b3..5cf87b40b61 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -178,6 +178,9 @@ 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")) "A list specifying text to insert by default into a new file. Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION). -- 2.11.4.GIT