# HG changeset patch # User Glenn Morris # Date 1163147953 0 # Node ID c46f00343034f871d2e01fb41581c18622026a2c # Parent d7ea4ca5e1e1def8b89414d5d0322cca2df233a1 (f90-indent-region): Bind case-fold-search to t. diff -r d7ea4ca5e1e1 -r c46f00343034 lisp/progmodes/f90.el --- a/lisp/progmodes/f90.el Fri Nov 10 08:38:56 2006 +0000 +++ b/lisp/progmodes/f90.el Fri Nov 10 08:39:13 2006 +0000 @@ -1470,6 +1470,7 @@ (interactive "*r") (let ((end-region-mark (copy-marker end-region)) (save-point (point-marker)) + (case-fold-search t) block-list ind-lev ind-curr ind-b cont struct beg-struct end-struct) (goto-char beg-region) ;; First find a line which is not a continuation line or comment.