aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-05-20 03:06:24 +0000
committerMarkus Rost2002-05-20 03:06:24 +0000
commita2d10c40a8f68d88063741d18bd2fe9be78beaa4 (patch)
tree792e7eaf3d1d2797f8c7524cbb415e372a533a0f
parent165cebfa6dbaf8985968a77490d896bd0303b40c (diff)
downloademacs-a2d10c40a8f68d88063741d18bd2fe9be78beaa4.tar.gz
emacs-a2d10c40a8f68d88063741d18bd2fe9be78beaa4.zip
(yank-excluded-properties): Change :version attribute to a string.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index cf9dc7ff42b..ad21eccc393 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1908,7 +1908,7 @@ The argument is used for internal purposes; do not supply one."
1908 "*Text properties to discard when yanking." 1908 "*Text properties to discard when yanking."
1909 :type '(choice (const :tag "All" t) (repeat symbol)) 1909 :type '(choice (const :tag "All" t) (repeat symbol))
1910 :group 'editing 1910 :group 'editing
1911 :version 21.4) 1911 :version "21.4")
1912 1912
1913(defun yank-pop (arg) 1913(defun yank-pop (arg)
1914 "Replace just-yanked stretch of killed text with a different stretch. 1914 "Replace just-yanked stretch of killed text with a different stretch.