# HG changeset patch # User Dave Love # Date 985947591 0 # Node ID 00fb79924260fa913128b98fb40f4a770ffb13fe # Parent dc7cb733ffc7c90736748f8353c318f04d81ec04 (fortran-comment-region): Fix typo. diff -r dc7cb733ffc7 -r 00fb79924260 lisp/progmodes/fortran.el --- 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)