projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b23c1
)
(riece-command-yank): Don't bind space-width here.
author
ueno
<ueno>
Sat, 20 Nov 2004 00:47:22 +0000
(
00:47
+0000)
committer
ueno
<ueno>
Sat, 20 Nov 2004 00:47:22 +0000
(
00:47
+0000)
lisp/riece-yank.el
patch
|
blob
|
history
diff --git
a/lisp/riece-yank.el
b/lisp/riece-yank.el
index
9419e5f
..
12a21cc
100644
(file)
--- 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