]> code.delx.au - gnu-emacs/commitdiff
(f90-indent-region): Bind case-fold-search to t.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Nov 2006 08:39:13 +0000 (08:39 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Nov 2006 08:39:13 +0000 (08:39 +0000)
lisp/progmodes/f90.el

index e661552c33198e3f043838cbcd7dbf03491a04a0..cdbc24cd391769b57bb33845ca6d4ae5b9768783 100644 (file)
@@ -1470,6 +1470,7 @@ If run in the middle of a line, the line is not broken."
   (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.