From: Glenn Morris Date: Fri, 10 Nov 2006 08:39:13 +0000 (+0000) Subject: (f90-indent-region): Bind case-fold-search to t. X-Git-Tag: emacs-pretest-22.0.91~181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cbc121c7bab1d0773b1968225ed7b23825bf8072;p=emacs.git (f90-indent-region): Bind case-fold-search to t. --- diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index e661552c331..cdbc24cd391 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -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.