comparison lisp/autoinsert.el @ 33794:f35b09043a64

(auto-insert-alist): Add `provide' to elisp skeleton.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 22 Nov 2000 22:50:22 +0000
parents ffb346e61cf2
children 45cb6948fefa
comparison
equal deleted inserted replaced
33793:827a267b3540 33794:f35b09043a64
176 176
177 ;;; Code: 177 ;;; Code:
178 178
179 179
180 180
181 \(provide '"
182 (file-name-sans-extension (file-name-nondirectory (buffer-file-name)))
183 ")
181 ;;; " (file-name-nondirectory (buffer-file-name)) " ends here")) 184 ;;; " (file-name-nondirectory (buffer-file-name)) " ends here"))
182 "A list specifying text to insert by default into a new file. 185 "A list specifying text to insert by default into a new file.
183 Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION). 186 Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION).
184 CONDITION maybe a regexp that must match the new file's name, or it may be 187 CONDITION maybe a regexp that must match the new file's name, or it may be
185 a symbol that must match the major mode for this element to apply. 188 a symbol that must match the major mode for this element to apply.