From: Markus Rost Date: Mon, 20 May 2002 03:06:24 +0000 (+0000) Subject: (yank-excluded-properties): Change :version attribute to a string. X-Git-Tag: ttn-vms-21-2-B4~14984 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2d10c40a8f68d88063741d18bd2fe9be78beaa4;p=emacs.git (yank-excluded-properties): Change :version attribute to a string. --- 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.