diff options
author | Martin Stjernholm <mast@lysator.liu.se> | 2003-07-17 11:40:43 +0000 |
---|---|---|
committer | Martin Stjernholm <mast@lysator.liu.se> | 2003-07-17 11:40:43 +0000 |
commit | 75d6bc9b577508f50625a735b61a77bc0e390aa9 (patch) | |
tree | 9f46ff5bbec9c61526e64e95c41f18b7e599aa8c /lisp | |
parent | fdc39b5955e385f0470ed5da20b929920c91bf78 (diff) | |
download | emacs-75d6bc9b577508f50625a735b61a77bc0e390aa9.tar.gz |
Obsoleted the old awk-mode.el package in favor of the AWK support in CC Mode.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/obsolete/awk-mode.el (renamed from lisp/progmodes/awk-mode.el) | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd4bc41026d..1b84eafd33d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/progmodes/awk-mode.el b/lisp/obsolete/awk-mode.el index 3d06eaa3582..e101e304c2a 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/obsolete/awk-mode.el @@ -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 |