]> git.eshelyaron.com Git - emacs.git/commitdiff
(awk-mode): Use c-indent-line.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 03:06:30 +0000 (03:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Dec 1993 03:06:30 +0000 (03:06 +0000)
lisp/progmodes/awk-mode.el

index 40300e9bc221d57f6254f4e7923a767d0cc6e494..3da748376990ad894f0d76cdde36aa3180759f02 100644 (file)
@@ -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)