From: Luc Teirlinck Date: Mon, 3 May 2004 21:46:00 +0000 (+0000) Subject: (xselect-convert-to-string): Move comment to intended line. X-Git-Tag: ttn-vms-21-2-B4~6432 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b36ee2a6ec604eb6a6c65d8c10c4ca1ad477c60e;p=emacs.git (xselect-convert-to-string): Move comment to intended line. --- diff --git a/lisp/select.el b/lisp/select.el index d6a18fee706..c095ea50c44 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -176,8 +176,8 @@ Cut buffers are considered obsolete; you should use selections instead." (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)