changeset 42660:cd6f433b27fa

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Jan 2002 21:24:17 +0000
parents 9522b2780ef1
children e85e4d9494b1
files lisp/simple.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Fri Jan 11 21:23:40 2002 +0000
+++ b/lisp/simple.el	Fri Jan 11 21:24:17 2002 +0000
@@ -1742,7 +1742,8 @@
 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.