From 4047f74c3e79bbc38e2138a851d3796acefe8953 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 30 Oct 2004 11:49:04 +0000 Subject: [PATCH] Bind space-width. --- lisp/riece-yank.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/riece-yank.el b/lisp/riece-yank.el index 8817f5e..fdb5b34 100644 --- a/lisp/riece-yank.el +++ b/lisp/riece-yank.el @@ -63,7 +63,7 @@ before/after the first/last non-blank line." (string= prefix "")) (setq prefix " ")) (let* ((kill (current-kill 0)) - msg) + msg space-width) (unless kill (error "Nothing to send in kill-ring")) (if riece-yank-strip-space -- 2.25.1