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: Sun, 31 Mar 2002 11:27:56 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.530 emacs/lisp/simple.el:1.531
*** emacs/lisp/simple.el:1.530  Fri Mar 29 18:14:00 2002
--- emacs/lisp/simple.el        Sun Mar 31 11:27:56 2002
***************
*** 1697,1703 ****
  
  (defun kill-new (string &optional replace)
    "Make STRING the latest kill in the kill ring.
! Set the kill-ring-yank pointer to point to it.
  If `interprogram-cut-function' is non-nil, apply it to STRING.
  Optional second argument REPLACE non-nil means that STRING will replace
  the front of the kill ring, rather than being added to the list."
--- 1697,1703 ----
  
  (defun kill-new (string &optional replace)
    "Make STRING the latest kill in the kill ring.
! Set `kill-ring-yank-pointer' to point to it.
  If `interprogram-cut-function' is non-nil, apply it to STRING.
  Optional second argument REPLACE non-nil means that STRING will replace
  the front of the kill ring, rather than being added to the list."



reply via email to

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