Mercurial > emacs
diff src/xselect.c @ 43456:bfca0eb3e752
Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 22 Feb 2002 13:20:00 +0000 |
parents | 0ccb9431ca7b |
children | 0405c47ca611 |
line wrap: on
line diff
--- a/src/xselect.c Fri Feb 22 13:16:35 2002 +0000 +++ b/src/xselect.c Fri Feb 22 13:20:00 2002 +0000 @@ -97,7 +97,7 @@ Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */ -Lisp_Object Qcompound_text_with_extensions; +Lisp_Object Qcompound_text_no_extensions; #ifdef CUT_BUFFER_SUPPORT Lisp_Object QCUT_BUFFER0, QCUT_BUFFER1, QCUT_BUFFER2, QCUT_BUFFER3, @@ -1766,7 +1766,7 @@ (int *) size_ret, &stringp); *nofree_ret = (*data_ret == XSTRING (obj)->data); if (EQ (Vnext_selection_coding_system, - Qcompound_text_with_extensions)) + Qcompound_text_no_extensions)) type = QCOMPOUND_TEXT; else if (NILP (type)) type = (stringp ? QSTRING : QCOMPOUND_TEXT); @@ -2435,8 +2435,8 @@ QATOM = intern ("ATOM"); staticpro (&QATOM); QATOM_PAIR = intern ("ATOM_PAIR"); staticpro (&QATOM_PAIR); QNULL = intern ("NULL"); staticpro (&QNULL); - Qcompound_text_with_extensions = intern ("compound-text-with-extensions"); - staticpro (&Qcompound_text_with_extensions); + Qcompound_text_no_extensions = intern ("compound-text-no-extensions"); + staticpro (&Qcompound_text_no_extensions); #ifdef CUT_BUFFER_SUPPORT QCUT_BUFFER0 = intern ("CUT_BUFFER0"); staticpro (&QCUT_BUFFER0);