summaryrefslogtreecommitdiff
path: root/lisp/tabify.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-25 03:59:28 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-25 03:59:28 +0000
commit855885711fdce9952cbf7934403cf3774d2ef6a4 (patch)
treecbfe05474b0997119dce86b6be608ab3b89138f4 /lisp/tabify.el
parent5032bd23072d5f08365286b7d2f176a205f60c06 (diff)
downloademacs-855885711fdce9952cbf7934403cf3774d2ef6a4.tar.gz
Add a provide.
Diffstat (limited to 'lisp/tabify.el')
-rw-r--r--lisp/tabify.el2
1 files changed, 2 insertions, 0 deletions
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