diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-05-03 21:46:00 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-05-03 21:46:00 +0000 |
commit | b36ee2a6ec604eb6a6c65d8c10c4ca1ad477c60e (patch) | |
tree | 7c2b94536361a1655762bf2ca9ee199c05592aff | |
parent | e43a720fd668e75234567fe43363f647ce5b8515 (diff) | |
download | emacs-b36ee2a6ec604eb6a6c65d8c10c4ca1ad477c60e.tar.gz |
(xselect-convert-to-string): Move comment to intended line.
-rw-r--r-- | lisp/select.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |