]> git.eshelyaron.com Git - emacs.git/commitdiff
(f90-indent-subprogram): Braino (missing arg).
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Apr 2002 17:29:58 +0000 (17:29 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Apr 2002 17:29:58 +0000 (17:29 +0000)
lisp/progmodes/f90.el

index c2f0c4686ef55531647ff1086bd7597cb0e849f9..4588e8f73b69639d5351a60c6a47786eddb80845 100644 (file)
@@ -1417,11 +1417,11 @@ If run in the middle of a line, the line is not broken."
          (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