From: Richard M. Stallman Date: Sun, 13 Jul 1997 21:31:12 +0000 (+0000) Subject: (awk-mode): Require cc-langs, not cc-mode. X-Git-Tag: emacs-20.1~1173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2bddc3892457803c64e81851066bc9821179998;p=emacs.git (awk-mode): Require cc-langs, not cc-mode. --- diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index d214baff7e5..bd74d4298f9 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -118,7 +118,7 @@ Turning on AWK mode calls the value of the variable `awk-mode-hook' with no args, if that value is non-nil." (interactive) (kill-all-local-variables) - (require 'cc-mode) + (require 'cc-langs) (use-local-map c-mode-map) (setq major-mode 'awk-mode) (setq mode-name "AWK")