diff options
| -rw-r--r-- | lisp/tabify.el | 2 |
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 |