aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-11-07 06:25:02 +0000
committerKenichi Handa2002-11-07 06:25:02 +0000
commit858e871446a2d370f3e297285ce7483e5b8a08ec (patch)
tree7298e4080f9f6b2646691170e541328595f1ff9a /src
parentdf013a7fa50eb0f19f52d4426a09563c833c7f39 (diff)
downloademacs-858e871446a2d370f3e297285ce7483e5b8a08ec.tar.gz
emacs-858e871446a2d370f3e297285ce7483e5b8a08ec.zip
(selection_data_to_lisp_data): Don't call
compose_chars_in_text.
Diffstat (limited to 'src')
-rw-r--r--src/xselect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c
index a885ac9c546..d507ccd14e4 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -1650,7 +1650,6 @@ selection_data_to_lisp_data (display, data, size, type, format)
1650 Vlast_coding_system_used = Vnext_selection_coding_system; 1650 Vlast_coding_system_used = Vnext_selection_coding_system;
1651 Vnext_selection_coding_system = Qnil; 1651 Vnext_selection_coding_system = Qnil;
1652 } 1652 }
1653 compose_chars_in_text (0, XSTRING (str)->size, str);
1654 return str; 1653 return str;
1655 } 1654 }
1656 /* Convert a single atom to a Lisp_Symbol. Convert a set of atoms to 1655 /* Convert a single atom to a Lisp_Symbol. Convert a set of atoms to