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
commit2aea64fbe1d520cae0419e14496c5b6a0feb1819 (patch)
treeb15f0c9f0ec593052f037666695aea3d43923c9d /lisp/skeleton.el
parent6d686a8ddf85c7923b6d96feb599e776098af87f (diff)
downloademacs-2aea64fbe1d520cae0419e14496c5b6a0feb1819.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