Mercurial > emacs
changeset 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 | 7305f7204c67 |
children | f7ea27a729b8 |
files | lisp/progmodes/awk-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/awk-mode.el Thu Dec 23 03:05:12 1993 +0000 +++ b/lisp/progmodes/awk-mode.el Thu Dec 23 03:06:30 1993 +0000 @@ -77,7 +77,7 @@ (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)