# HG changeset patch # User Richard M. Stallman # Date 871406594 0 # Node ID cc9e75f82cdbbcf68d00defaadb77cdfd457ce96 # Parent 995bfd9752d598c84e333f8dafce76bf88838f07 (awk-mode): Require cc-mode, not cc-langs. diff -r 995bfd9752d5 -r cc9e75f82cdb lisp/progmodes/awk-mode.el --- a/lisp/progmodes/awk-mode.el Tue Aug 12 17:22:41 1997 +0000 +++ b/lisp/progmodes/awk-mode.el Tue Aug 12 17:23:14 1997 +0000 @@ -118,7 +118,7 @@ with no args, if that value is non-nil." (interactive) (kill-all-local-variables) - (require 'cc-langs) + (require 'cc-mode) (c-initialize-cc-mode) (use-local-map c-mode-map) (setq major-mode 'awk-mode)