|
@@ -2953,7 +2953,7 @@ With a prefix argument ARG, change the region in a single item."
|
|
|
(if (org-region-active-p)
|
|
|
(setq beg (funcall skip-blanks (region-beginning))
|
|
|
end (copy-marker (region-end)))
|
|
|
- (setq beg (funcall skip-blanks (point-at-bol))
|
|
|
+ (setq beg (point-at-bol)
|
|
|
end (copy-marker (point-at-eol))))
|
|
|
;; Depending on the starting line, choose an action on the text
|
|
|
;; between BEG and END.
|