aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-25 03:59:28 +0000
committerRichard M. Stallman1993-11-25 03:59:28 +0000
commit855885711fdce9952cbf7934403cf3774d2ef6a4 (patch)
treecbfe05474b0997119dce86b6be608ab3b89138f4
parent5032bd23072d5f08365286b7d2f176a205f60c06 (diff)
downloademacs-855885711fdce9952cbf7934403cf3774d2ef6a4.tar.gz
emacs-855885711fdce9952cbf7934403cf3774d2ef6a4.zip
Add a provide.
-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."
65 (delete-region (match-beginning 0) (point)) 65 (delete-region (match-beginning 0) (point))
66 (indent-to column)))))) 66 (indent-to column))))))
67 67
68(provide 'tabify)
69
68;;; tabify.el ends here 70;;; tabify.el ends here