summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-22 18:57:55 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-22 18:57:55 +0000
commit57c038534a6605784ce291ab1f2ed5d01ddf0536 (patch)
treedac8b1d629316dec5b438190a42f9fc7d1f77cde /lisp/autoinsert.el
parent18fb880632a5cbc4e62911fde62918b165c5fd0e (diff)
downloademacs-57c038534a6605784ce291ab1f2ed5d01ddf0536.tar.gz
Add provide call.
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