From 71aaa9ac1e6665e51455d6608bb2ace8a9138829 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 31 May 2022 21:04:59 +0200 Subject: [PATCH] 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. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 29c4ba07be5..24c61b5bee0 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)))) -- 2.39.2