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:
parent
f461eb8fa7
commit
71aaa9ac1e
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue