From 855885711fdce9952cbf7934403cf3774d2ef6a4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Nov 1993 03:59:28 +0000 Subject: Add a provide. --- lisp/tabify.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') diff --git a/lisp/tabify.el b/lisp/tabify.el index 266dd3953b..ac2004dccd 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 -- cgit v1.2.3