]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix yank-in-context--transform after recent reversion
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 May 2022 19:04:59 +0000 (21:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 May 2022 19:04:59 +0000 (21:04 +0200)
* lisp/simple.el (yank-in-context--transform): Fix call to
comment-region-default-1 after recent reverted patch.

lisp/simple.el

index 29c4ba07be50a3698c2df41d1b2dd62b510c9a4b..24c61b5bee00928234a538dbeea7ee5d4646b702 100644 (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))))