APPROVE COMMIT 21.5
I wrote:
Adrian Aichner <adrian(a)xemacs.org> wrote:
> Shouldn't this change be flagged with an
>
> ; XEmacs change
>
> comment, if I understand the issue correctly?
>
> This is a change that needs to be preserved on the next sync, right?
Right. I'll add the comment. Thanks,
The patch I actually committed is this:
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/register.el,v
retrieving revision 1.9
diff -d -u -r1.9 register.el
--- register.el 2005/03/28 12:14:02 1.9
+++ register.el 2006/03/17 16:52:31
@@ -231,8 +231,8 @@
(princ (car val))))
((stringp val)
- (remove-list-of-text-properties 0 (length val)
- yank-excluded-properties val)
+ ;; XEmacs change: we don't have remove-list-of-text-properties
+ (set-text-properties 0 (length val) nil val)
(if verbose
(progn
(princ "the text:\n")
--
Jerry James, Assistant Professor james(a)xemacs.org
Computer Science Department
http://www.cs.usu.edu/~jerry/
Utah State University