From a2d10c40a8f68d88063741d18bd2fe9be78beaa4 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Mon, 20 May 2002 03:06:24 +0000 Subject: [PATCH] (yank-excluded-properties): Change :version attribute to a string. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." "*Text properties to discard when yanking." :type '(choice (const :tag "All" t) (repeat symbol)) :group 'editing - :version 21.4) + :version "21.4") (defun yank-pop (arg) "Replace just-yanked stretch of killed text with a different stretch. -- 2.39.2