From 708b8013d5012b70cd8955298f08f335e51aec96 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 20 Nov 2004 00:47:22 +0000 Subject: [PATCH] (riece-command-yank): Don't bind space-width here. --- 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 9419e5f..12a21cc 100644 --- a/lisp/riece-yank.el +++ b/lisp/riece-yank.el @@ -86,7 +86,7 @@ before/after the first/last non-blank line." (string= prefix "")) (setq prefix " ")) (let* ((kill (current-kill 0)) - msg space-width) + msg) (unless kill (error "Nothing to send in kill-ring")) (if riece-yank-strip-space -- 2.25.1