From: Dave Love Date: Fri, 30 Mar 2001 10:19:51 +0000 (+0000) Subject: (fortran-comment-region): Fix typo. X-Git-Tag: emacs-pretest-21.0.101~98 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b937fd1eaa9ce27c205daf960134da51742b7109;p=emacs.git (fortran-comment-region): Fix typo. --- diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index d83f64763bc..4618ab8ae89 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -729,7 +729,7 @@ Puts `fortran-comment-region' at the beginning of every line in the region. BEG-REGION and END-REGION are args which specify the region boundaries. With non-nil ARG, uncomments the region." (interactive "*r\nP") - (let ((end-region-mark (copy-marker beg-region)) + (let ((end-region-mark (copy-marker end-region)) (save-point (point-marker))) (goto-char beg-region) (beginning-of-line)