From: Richard M. Stallman Date: Thu, 23 Dec 1993 03:06:30 +0000 (+0000) Subject: (awk-mode): Use c-indent-line. X-Git-Tag: emacs-19.34~10585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3591cb551bfcd96af19a963d4cca9b7781c5e425;p=emacs.git (awk-mode): Use c-indent-line. --- 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)