summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-01-11 21:24:17 +0000
committerRichard M. Stallman <rms@gnu.org>2002-01-11 21:24:17 +0000
commit2192bd73b12396cfed6dad1859ac49e0701a72b1 (patch)
tree6950ef2e494c5cf96befc666901b84bcb65d4b68 /lisp/simple.el
parent19032340d1766b66bb1ef1c5b617e06929a67b00 (diff)
downloademacs-2192bd73b12396cfed6dad1859ac49e0701a72b1.tar.gz
Whitespace change.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el3
1 files changed, 2 insertions, 1 deletions
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.