emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Fri, 11 Jan 2002 16:24:17 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.516 emacs/lisp/simple.el:1.517
*** emacs/lisp/simple.el:1.516  Fri Dec 28 00:15:59 2001
--- emacs/lisp/simple.el        Fri Jan 11 16:24:17 2002
***************
*** 1742,1748 ****
  it."
    (kill-new (if before-p
                (concat string (car kill-ring))
!             (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.
--- 1742,1749 ----
  it."
    (kill-new (if before-p
                (concat string (car kill-ring))
!             (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]