# HG changeset patch # User Richard M. Stallman # Date 756615990 0 # Node ID 0581b0d428e93c513110cd4d86b18250e344b267 # Parent 7305f7204c673bd87b5f04e5e48794bbd406892e (awk-mode): Use c-indent-line. diff -r 7305f7204c67 -r 0581b0d428e9 lisp/progmodes/awk-mode.el --- a/lisp/progmodes/awk-mode.el Thu Dec 23 03:05:12 1993 +0000 +++ b/lisp/progmodes/awk-mode.el Thu Dec 23 03:06:30 1993 +0000 @@ -77,7 +77,7 @@ (make-local-variable 'paragraph-ignore-fill-prefix) (setq paragraph-ignore-fill-prefix t) (make-local-variable 'indent-line-function) - (setq indent-line-function 'awk-indent-line) + (setq indent-line-function 'c-indent-line) (make-local-variable 'require-final-newline) (setq require-final-newline t) (make-local-variable 'comment-start)