Mercurial > emacs
changeset 45386:453e599fd7f8
(yank-excluded-properties): Change :version attribute to a string.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 20 May 2002 03:06:24 +0000 |
parents | 578cda58219f |
children | aee6ae77d23b |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon May 20 03:05:16 2002 +0000 +++ b/lisp/simple.el Mon May 20 03:06:24 2002 +0000 @@ -1908,7 +1908,7 @@ "*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.