comparison lisp/progmodes/awk-mode.el @ 5266:0581b0d428e9

(awk-mode): Use c-indent-line.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 03:06:30 +0000
parents 10e417efb12a
children af96725f9e00
comparison
equal deleted inserted replaced
5265:7305f7204c67 5266:0581b0d428e9
75 (make-local-variable 'paragraph-separate) 75 (make-local-variable 'paragraph-separate)
76 (setq paragraph-separate paragraph-start) 76 (setq paragraph-separate paragraph-start)
77 (make-local-variable 'paragraph-ignore-fill-prefix) 77 (make-local-variable 'paragraph-ignore-fill-prefix)
78 (setq paragraph-ignore-fill-prefix t) 78 (setq paragraph-ignore-fill-prefix t)
79 (make-local-variable 'indent-line-function) 79 (make-local-variable 'indent-line-function)
80 (setq indent-line-function 'awk-indent-line) 80 (setq indent-line-function 'c-indent-line)
81 (make-local-variable 'require-final-newline) 81 (make-local-variable 'require-final-newline)
82 (setq require-final-newline t) 82 (setq require-final-newline t)
83 (make-local-variable 'comment-start) 83 (make-local-variable 'comment-start)
84 (setq comment-start "# ") 84 (setq comment-start "# ")
85 (make-local-variable 'comment-end) 85 (make-local-variable 'comment-end)