From 08a975bd754a275912e0c06f281b823da1eac005 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 17 Jul 1992 08:15:29 +0000 Subject: *** empty log message *** --- lisp/progmodes/awk-mode.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lisp/progmodes/awk-mode.el') diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index 61cd531e9d2..3fabe5044f4 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -1,12 +1,16 @@ ;;; awk-mode.el --- AWK code editing commands for Emacs +;; Maintainer: FSF +;; Last-Modified: 09 May 1991 +;; Keyword: unix, languages + ;; Copyright (C) 1988 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 1, or (at your option) +;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -18,6 +22,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 awk-mode-syntax-table nil "Syntax table in use in Awk-mode buffers.") -- cgit v1.2.1