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 9b360e7..399aead 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