]> git.eshelyaron.com Git - emacs.git/commitdiff
(yank-excluded-properties): Change :version attribute to a string.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:06:24 +0000 (03:06 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:06:24 +0000 (03:06 +0000)
lisp/simple.el

index cf9dc7ff42b1fc970f3f583d5768dd4a6fb4be25..ad21eccc393731a66edb7f303ff4c4e94c369f75 100644 (file)
@@ -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.