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: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sun, 19 May 2002 23:06:24 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.542 emacs/lisp/simple.el:1.543
*** emacs/lisp/simple.el:1.542  Thu May  2 01:31:28 2002
--- emacs/lisp/simple.el        Sun May 19 23:06:24 2002
***************
*** 1908,1914 ****
    "*Text properties to discard when yanking."
    :type '(choice (const :tag "All" t) (repeat symbol))
    :group 'editing
!   :version 21.4)
  
  (defun yank-pop (arg)
    "Replace just-yanked stretch of killed text with a different stretch.
--- 1908,1914 ----
    "*Text properties to discard when yanking."
    :type '(choice (const :tag "All" t) (repeat symbol))
    :group 'editing
!   :version "21.4")
  
  (defun yank-pop (arg)
    "Replace just-yanked stretch of killed text with a different stretch.



reply via email to

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