Mercurial > emacs
changeset 13471:0fe6457bc953
(awk-mode): Require cc-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 Nov 1995 17:09:45 +0000 |
parents | 0bfd3ae57234 |
children | c51fb9c4c780 |
files | lisp/progmodes/awk-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/awk-mode.el Fri Nov 10 17:08:38 1995 +0000 +++ b/lisp/progmodes/awk-mode.el Fri Nov 10 17:09:45 1995 +0000 @@ -65,6 +65,7 @@ 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")