From: Richard M. Stallman Date: Fri, 1 Mar 1996 15:37:33 +0000 (+0000) Subject: Add provide call. X-Git-Tag: emacs-19.34~1136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2aea64fbe1d520cae0419e14496c5b6a0feb1819;p=emacs.git Add provide call. --- 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