]> git.eshelyaron.com Git - emacs.git/commitdiff
(xselect-convert-to-string): Move comment to intended line.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 3 May 2004 21:46:00 +0000 (21:46 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 3 May 2004 21:46:00 +0000 (21:46 +0000)
lisp/select.el

index d6a18fee70614286bf3c6f0ef96499fae6ac6a6d..c095ea50c44418ea2aa74cdcd71eae886895d000 100644 (file)
@@ -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)