]> code.delx.au - gnu-emacs/blobdiff - lisp/tabify.el
Add a provide.
[gnu-emacs] / 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