summaryrefslogtreecommitdiff
path: root/lisp/tabify.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
commitc88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (patch)
tree0dddeeff29c5a9f505aa940c413efc05d73964a6 /lisp/tabify.el
parentd501f51645d966e8fe2febba698779996b33eb21 (diff)
downloademacs-c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/tabify.el')
-rw-r--r--lisp/tabify.el5
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