|
@@ -20062,6 +20062,7 @@ this numeric value."
|
|
(let ((next (next-single-char-property-change beg 'invisible nil end)))
|
|
(let ((next (next-single-char-property-change beg 'invisible nil end)))
|
|
(setq result (concat result (buffer-substring beg next)))
|
|
(setq result (concat result (buffer-substring beg next)))
|
|
(setq beg next)))
|
|
(setq beg next)))
|
|
|
|
+ (setq deactivate-mark t)
|
|
(kill-new result)
|
|
(kill-new result)
|
|
(message "Visible strings have been copied to the kill ring.")))
|
|
(message "Visible strings have been copied to the kill ring.")))
|
|
|
|
|