From 3591cb551bfcd96af19a963d4cca9b7781c5e425 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Dec 1993 03:06:30 +0000 Subject: [PATCH] (awk-mode): Use c-indent-line. --- lisp/progmodes/awk-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index 40300e9bc22..3da74837699 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -77,7 +77,7 @@ with no args, if that value is non-nil." (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) -- 2.39.5