summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index fecc2e008c6..9f4803a1a2a 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -253,4 +253,6 @@ or if CONDITION had no actions, after all other CONDITIONs."
(setq auto-insert-alist (cons (cons key action)
auto-insert-alist))))))
+(provide 'autoinsert)
+
;;; autoinsert.el ends here