diff options
Diffstat (limited to 'lisp/tabify.el')
-rw-r--r-- | lisp/tabify.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/tabify.el b/lisp/tabify.el index 492bd48ec7b..6b8a56f396b 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el @@ -1,4 +1,5 @@ -;; Tab conversion commands for Emacs +;;; tabify.el --- tab conversion commands for Emacs + ;; Copyright (C) 1985 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -51,3 +52,5 @@ The variable tab-width controls the action." (indent-tabs-mode t)) (delete-region (match-beginning 0) (point)) (indent-to column)))))) + +;;; tabify.el ends here |