Bind space-width.
authorDaiki Ueno <ueno@unixuser.org>
Sat, 30 Oct 2004 11:49:04 +0000 (11:49 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 30 Oct 2004 11:49:04 +0000 (11:49 +0000)
lisp/riece-yank.el

index 8817f5e..fdb5b34 100644 (file)
@@ -63,7 +63,7 @@ before/after the first/last non-blank line."
            (string= prefix ""))
     (setq prefix " "))
   (let* ((kill (current-kill 0))
            (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
     (unless kill
       (error "Nothing to send in kill-ring"))
     (if riece-yank-strip-space