projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f461eb8
)
Fix yank-in-context--transform after recent reversion
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 31 May 2022 19:04:59 +0000
(21:04 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 29c4ba07be50a3698c2df41d1b2dd62b510c9a4b..24c61b5bee00928234a538dbeea7ee5d4646b702 100644
(file)
--- 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))))