Mercurial > emacs
changeset 44341:9c7859045cf8
(f90-indent-subprogram): Braino (missing arg).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 02 Apr 2002 17:29:58 +0000 |
parents | 93314c938a62 |
children | 39ed5d8766b1 |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/f90.el Tue Apr 02 17:28:26 2002 +0000 +++ b/lisp/progmodes/f90.el Tue Apr 02 17:29:58 2002 +0000 @@ -1417,11 +1417,11 @@ (progn (message "Indenting %s %s..." (car program) (car (cdr program))) - (indent-region (point) (mark)) + (indent-region (point) (mark) nil) (message "Indenting %s %s...done" (car program) (car (cdr program)))) (message "Indenting the whole file...") - (indent-region (point) (mark)) + (indent-region (point) (mark) nil) (message "Indenting the whole file...done"))))) ;; autofill and break-line