From: Richard M. Stallman Date: Fri, 10 Nov 1995 17:09:45 +0000 (+0000) Subject: (awk-mode): Require cc-mode. X-Git-Tag: emacs-19.34~2389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80c1bbc61f6509ad54a9c1611b612ff1f95f320e;p=emacs.git (awk-mode): Require cc-mode. --- diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index afacf7d8838..5547d57c8d8 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -65,6 +65,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) (use-local-map c-mode-map) (setq major-mode 'awk-mode) (setq mode-name "AWK")