Mercurial > emacs
changeset 18988:35c373c1f925
(awk-mode): Call c-initialize-cc-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 25 Jul 1997 20:51:42 +0000 |
parents | 528cead9a6c3 |
children | 6253a99afd95 |
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 Jul 25 19:02:00 1997 +0000 +++ b/lisp/progmodes/awk-mode.el Fri Jul 25 20:51:42 1997 +0000 @@ -119,6 +119,7 @@ (interactive) (kill-all-local-variables) (require 'cc-langs) + (c-initialize-cc-mode) (use-local-map c-mode-map) (setq major-mode 'awk-mode) (setq mode-name "AWK")