]> code.delx.au - gnu-emacs/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Jan 2002 21:24:17 +0000 (21:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Jan 2002 21:24:17 +0000 (21:24 +0000)
lisp/simple.el

index 8229a8cb4fa582f1017ba4c94b1192cae8936d58..6cfc1b306af317e2471445e956e4efe8c508f9f6 100644 (file)
@@ -1742,7 +1742,8 @@ If `interprogram-cut-function' is set, pass the resulting kill to
 it."
   (kill-new (if before-p
                (concat string (car kill-ring))
-             (concat (car kill-ring) string)) t))
+             (concat (car kill-ring) string))
+           t))
 
 (defun current-kill (n &optional do-not-move)
   "Rotate the yanking point by N places, and then return that kill.