]> git.eshelyaron.com Git - emacs.git/commitdiff
(awk-mode): Require cc-mode.
authorRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 17:09:45 +0000 (17:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 10 Nov 1995 17:09:45 +0000 (17:09 +0000)
lisp/progmodes/awk-mode.el

index afacf7d883812d627f457284bb44b71f5a92f808..5547d57c8d88bd6fcda264deaec6330f10934b3d 100644 (file)
@@ -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")