diff options
Diffstat (limited to 'lisp/progmodes/awk-mode.el')
-rw-r--r-- | lisp/progmodes/awk-mode.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index 7b70f82b748..61cd531e9d2 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -1,4 +1,5 @@ -;; C code editing commands for Emacs +;;; awk-mode.el --- AWK code editing commands for Emacs + ;; Copyright (C) 1988 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -81,3 +82,5 @@ with no args, if that value is non-nil." (make-local-variable 'comment-indent-hook) (setq comment-indent-hook 'c-comment-indent) (run-hooks 'awk-mode-hook)) + +;;; awk-mode.el ends here |