From b36ee2a6ec604eb6a6c65d8c10c4ca1ad477c60e Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 3 May 2004 21:46:00 +0000 Subject: [PATCH] (xselect-convert-to-string): Move comment to intended line. --- lisp/select.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2