Add a provide.

This commit is contained in:
Richard M. Stallman 1993-11-25 03:59:28 +00:00
parent 5032bd2307
commit 855885711f

View file

@ -65,4 +65,6 @@ The variable `tab-width' controls the spacing of tab stops."
(delete-region (match-beginning 0) (point))
(indent-to column))))))
(provide 'tabify)
;;; tabify.el ends here