Mercurial > emacs
changeset 73870:c46f00343034
(f90-indent-region): Bind case-fold-search to t.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 10 Nov 2006 08:39:13 +0000 |
parents | d7ea4ca5e1e1 |
children | 141edd1e3d15 |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.