diff lisp/tabify.el @ 775:1ca26ccad38e

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Tue, 14 Jul 1992 21:51:51 +0000
parents 7cbd4fcd8b0f
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/tabify.el	Tue Jul 14 20:54:57 1992 +0000
+++ b/lisp/tabify.el	Tue Jul 14 21:51:51 1992 +0000
@@ -1,5 +1,8 @@
 ;;; tabify.el --- tab conversion commands for Emacs
 
+;; Maintainer: FSF
+;; Last-Modified: 9 May 1991
+
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -18,6 +21,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
 
 ;;;###autoload
 (defun untabify (start end)