1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

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