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:
parent
fdc39b5955
commit
75d6bc9b57
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user