Works by overstriking underscores.
Called from program, takes two arguments START and END
which specify the range to operate on."
- (interactive "r")
+ (interactive "*r")
(save-excursion
(let ((end1 (make-marker)))
(move-marker end1 (max start end))
"Remove all underlining (overstruck underscores) in the region.
Called from program, takes two arguments START and END
which specify the range to operate on."
- (interactive "r")
+ (interactive "*r")
(save-excursion
(let ((end1 (make-marker)))
(move-marker end1 (max start end))