]> git.eshelyaron.com Git - emacs.git/commitdiff
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 266dd3953b1c93a5197c7339b2ae39d618148cd2..ac2004dccda774ccc9a58e08406184771b6bd262 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