Add a provide.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 1993 03:59:28 +0000 (03:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 1993 03:59:28 +0000 (03:59 +0000)
lisp/tabify.el

index 266dd39..ac2004d 100644 (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