Mercurial > emacs
changeset 19322:cc9e75f82cdb
(awk-mode): Require cc-mode, not cc-langs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 Aug 1997 17:23:14 +0000 |
parents | 995bfd9752d5 |
children | b686f7cb6849 |
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 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)