From: Richard M. Stallman Date: Fri, 11 Jan 2002 21:24:17 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: ttn-vms-21-2-B4~17215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2192bd73b12396cfed6dad1859ac49e0701a72b1;p=emacs.git Whitespace change. --- diff --git a/lisp/simple.el b/lisp/simple.el index 8229a8cb4fa..6cfc1b306af 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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.