]> git.eshelyaron.com Git - emacs.git/commitdiff
Add provide call.
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Mar 1996 15:37:33 +0000 (15:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Mar 1996 15:37:33 +0000 (15:37 +0000)
lisp/skeleton.el

index 9b360e7ce9795d93b5ca64b8dc8fec60ff76ccb5..399aead1dba85ec5f9ed5827cb6cb9c5b865e9bb 100644 (file)
@@ -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