branch: elpa/sly
commit 6a303bae74537f9955fe08e0e28d6da2b2b4ee4e
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>
Revert "sly.el(sly-eval-print): Apply the comment-region customizations."
This reverts commit 2392b6a2745efdb5a165a447816e3dba82cee1c9.
---
sly.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sly.el b/sly.el
index 322d02d94c6..8e4db828bb7 100644
--- a/sly.el
+++ b/sly.el
@@ -4213,7 +4213,7 @@ kill ring."
(if string-or-comment-p "" " => ")
value)
(unless string-or-comment-p
- (comment-region start (point))))))))
+ (comment-region start (point) 1)))))))
(defun sly-eval-save (string)
"Evaluate STRING in Lisp and save the result in the kill ring."