aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-04-02 17:29:58 +0000
committerStefan Monnier <[email protected]>2002-04-02 17:29:58 +0000
commit9a8ba072baee2ce8678a636f18fabd0af57110ed (patch)
treed9802f9d7f2b12f0576efc95c18a0acc3d8dc86b /lisp/progmodes
parent84021009d587d03689129324859a7ea0300fc231 (diff)
(f90-indent-subprogram): Braino (missing arg).
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/f90.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index c2f0c4686e..4588e8f73b 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -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