Fix yank-in-context--transform after recent reversion

* lisp/simple.el (yank-in-context--transform): Fix call to
comment-region-default-1 after recent reverted patch.
This commit is contained in:
Lars Ingebrigtsen 2022-05-31 21:04:59 +02:00
parent f461eb8fa7
commit 71aaa9ac1e

View file

@ -6161,7 +6161,7 @@ variable to determine how strings should be escaped."
(goto-char (point-min))
(forward-line 1)
(point)))
(point-max) nil t)
(point-max))
(buffer-string))))
(t string)))
(t string))))