From cbc121c7bab1d0773b1968225ed7b23825bf8072 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 10 Nov 2006 08:39:13 +0000 Subject: [PATCH] (f90-indent-region): Bind case-fold-search to t. --- lisp/progmodes/f90.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5