diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-03-01 15:37:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-03-01 15:37:33 +0000 |
commit | 2aea64fbe1d520cae0419e14496c5b6a0feb1819 (patch) | |
tree | b15f0c9f0ec593052f037666695aea3d43923c9d /lisp/skeleton.el | |
parent | 6d686a8ddf85c7923b6d96feb599e776098af87f (diff) | |
download | emacs-2aea64fbe1d520cae0419e14496c5b6a0feb1819.tar.gz |
Add provide call.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r-- | lisp/skeleton.el | 2 |
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 |