From 2192bd73b12396cfed6dad1859ac49e0701a72b1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Jan 2002 21:24:17 +0000 Subject: [PATCH] Whitespace change. --- lisp/simple.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2