1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Obsoleted the old awk-mode.el package in favor of the AWK support in CC Mode.

This commit is contained in:
Martin Stjernholm 2003-07-17 11:40:43 +00:00
parent fdc39b5955
commit 75d6bc9b57
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
* progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
moved to the directory obsolete.
2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
* info.el (Info-menu-entry-name-re): Allow newlines in

View File

@ -100,7 +100,7 @@
(1 (unless (nth 3 (syntax-ppss (match-beginning 1))) "."))))
"Syntactic keywords for `awk-mode'.")
;;;###autoload
;; No longer autoloaded since it might clobber the autoload directive in CC Mode.
(define-derived-mode awk-mode c-mode "AWK"
"Major mode for editing AWK code.
This is much like C mode except for the syntax of comments. Its keymap