summaryrefslogtreecommitdiff
path: root/lisp/progmodes/awk-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-12-23 03:06:30 +0000
committerRichard M. Stallman <rms@gnu.org>1993-12-23 03:06:30 +0000
commitc6c73cdee32260fad44090a6d70a78fdb5d87d88 (patch)
tree46565fb6f9de7471fec5ab649fbae4517bbf57d6 /lisp/progmodes/awk-mode.el
parentd1d6014aac1d0a3b452035cf723bf5a6572849b5 (diff)
downloademacs-c6c73cdee32260fad44090a6d70a78fdb5d87d88.tar.gz
(awk-mode): Use c-indent-line.
Diffstat (limited to 'lisp/progmodes/awk-mode.el')
-rw-r--r--lisp/progmodes/awk-mode.el2
1 files changed, 1 insertions, 1 deletions
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)