From: Lars Ingebrigtsen Date: Tue, 31 May 2022 19:04:59 +0000 (+0200) Subject: Fix yank-in-context--transform after recent reversion X-Git-Tag: emacs-29.0.90~1910^2~304 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71aaa9ac1e6665e51455d6608bb2ace8a9138829;p=emacs.git 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. --- 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))))