]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-alist): Add `provide' to elisp skeleton.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 22 Nov 2000 22:50:22 +0000 (22:50 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 22 Nov 2000 22:50:22 +0000 (22:50 +0000)
lisp/autoinsert.el

index 498808be5b30dfe6827b6b9f8804b1100573adcc..5cf87b40b617a088167924aae28dec72e5c20a34 100644 (file)
@@ -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).