Mercurial > emacs
changeset 18773:c7ba19cdcf30
(awk-mode): Require cc-langs, not cc-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 13 Jul 1997 21:31:12 +0000 |
parents | d8ccd2413041 |
children | 95b4ac950a5d |
files | lisp/progmodes/awk-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/awk-mode.el Sun Jul 13 21:30:50 1997 +0000 +++ b/lisp/progmodes/awk-mode.el Sun Jul 13 21:31:12 1997 +0000 @@ -118,7 +118,7 @@ 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")