diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 21:51:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-14 21:51:51 +0000 |
commit | 22a89ee866d6fd7fe735e28d36d6e5739e6eb434 (patch) | |
tree | c0a855899d0abbb5c2898e735bc2dfd5364309a6 /lisp/textmodes/text-mode.el | |
parent | 9d7ad1b3591f35aa65d9b224b5a8028b865b9f7e (diff) | |
download | emacs-22a89ee866d6fd7fe735e28d36d6e5739e6eb434.tar.gz emacs-22a89ee866d6fd7fe735e28d36d6e5739e6eb434.tar.bz2 emacs-22a89ee866d6fd7fe735e28d36d6e5739e6eb434.zip |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/text-mode.el')
-rw-r--r-- | lisp/textmodes/text-mode.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index a87d2b09251..d13e3326b4e 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -1,5 +1,8 @@ ;;; text-mode.el --- text mode, and its idiosyncratic commands. +;; Maintainer: FSF +;; Last-Modified: 31 Oct 1989 + ;; Copyright (C) 1985, 1992 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: (defvar text-mode-syntax-table nil "Syntax table used while in text mode.") |