# HG changeset patch # User Luc Teirlinck # Date 1083620760 0 # Node ID f2f742f020fbfc9fc0f9c5fec227150ea9c3611b # Parent b925746ed8e73e898b4f13e48920a743237390a6 (xselect-convert-to-string): Move comment to intended line. diff -r b925746ed8e7 -r f2f742f020fb lisp/select.el --- a/lisp/select.el Mon May 03 20:02:49 2004 +0000 +++ b/lisp/select.el Mon May 03 21:46:00 2004 +0000 @@ -176,8 +176,8 @@ (if coding (setq coding (coding-system-base coding)) (setq coding 'raw-text)) - ;; Suppress producing escape sequences for compositions. (let ((inhibit-read-only t)) + ;; Suppress producing escape sequences for compositions. (remove-text-properties 0 (length str) '(composition nil) str) (cond ((eq type 'TEXT)