changeset 37080:00fb79924260

(fortran-comment-region): Fix typo.
author Dave Love <fx@gnu.org>
date Fri, 30 Mar 2001 10:19:51 +0000
parents dc7cb733ffc7
children 71fe12822bf3
files lisp/progmodes/fortran.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el	Fri Mar 30 10:13:53 2001 +0000
+++ b/lisp/progmodes/fortran.el	Fri Mar 30 10:19:51 2001 +0000
@@ -729,7 +729,7 @@
 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)