diff options
Diffstat (limited to 'lisp/progmodes/awk-mode.el')
-rw-r--r-- | lisp/progmodes/awk-mode.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index 3fabe5044f4..5d335682dd6 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -1,11 +1,10 @@ ;;; awk-mode.el --- AWK code editing commands for Emacs +;; Copyright (C) 1988 Free Software Foundation, Inc. + ;; 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 |