summaryrefslogtreecommitdiff
path: root/lisp/skeleton.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-01 15:37:33 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-01 15:37:33 +0000
commit46691d30ca1df919e9f775718889d4af04331acb (patch)
treef6281536a6665a327199a87d09b9ba7610068d2b /lisp/skeleton.el
parent6bb46ba191b92c9cfcdb1c44adf4ef06e039396d (diff)
downloademacs-46691d30ca1df919e9f775718889d4af04331acb.tar.gz
Add provide call.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r--lisp/skeleton.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el
index 9b360e7ce97..399aead1dba 100644
--- a/lisp/skeleton.el
+++ b/lisp/skeleton.el
@@ -514,4 +514,6 @@ symmetrical ones, and the same character twice for the others."
;;; (setq i (1+ i))))
;;; (run-hooks 'mirror-mode-hook))
+(provide 'skeleton)
+
;; skeleton.el ends here