diff lisp/tabify.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 1e0bc00dca7a
children 1ca26ccad38e
line wrap: on
line diff
--- a/lisp/tabify.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/tabify.el	Sat May 30 21:11:25 1992 +0000
@@ -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 @@
 	      (indent-tabs-mode t))
 	  (delete-region (match-beginning 0) (point))
 	  (indent-to column))))))
+
+;;; tabify.el ends here