From: Richard M. Stallman Date: Thu, 25 Nov 1993 03:59:28 +0000 (+0000) Subject: Add a provide. X-Git-Tag: emacs-19.34~10686 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=855885711fdce9952cbf7934403cf3774d2ef6a4;p=emacs.git Add a provide. --- diff --git a/lisp/tabify.el b/lisp/tabify.el index 266dd3953b1..ac2004dccda 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el @@ -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