summaryrefslogtreecommitdiff
path: root/lisp/tabify.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 21:51:51 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 21:51:51 +0000
commit22a89ee866d6fd7fe735e28d36d6e5739e6eb434 (patch)
treec0a855899d0abbb5c2898e735bc2dfd5364309a6 /lisp/tabify.el
parent9d7ad1b3591f35aa65d9b224b5a8028b865b9f7e (diff)
downloademacs-22a89ee866d6fd7fe735e28d36d6e5739e6eb434.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/tabify.el')
-rw-r--r--lisp/tabify.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/tabify.el b/lisp/tabify.el
index 6b8a56f396b..ab28397ab02 100644
--- a/lisp/tabify.el
+++ b/lisp/tabify.el
@@ -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)