]> git.eshelyaron.com Git - emacs.git/commitdiff
(fortran-comment-region): Fix typo.
authorDave Love <fx@gnu.org>
Fri, 30 Mar 2001 10:19:51 +0000 (10:19 +0000)
committerDave Love <fx@gnu.org>
Fri, 30 Mar 2001 10:19:51 +0000 (10:19 +0000)
lisp/progmodes/fortran.el

index d83f64763bcc90192683bf5da038251f24251427..4618ab8ae899c5210c1304ae00180ea524b902bb 100644 (file)
@@ -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)