# HG changeset patch # User Juanma Barranquero # Date 1212321256 0 # Node ID 590265a51ebf2852c01dd70b4305434e1cf01cfc # Parent 415f68458e6193e1ae17c3a54ee06d7102751c4c (x-get-selection): Fix typo. diff -r 415f68458e61 -r 590265a51ebf lisp/select.el --- a/lisp/select.el Sun Jun 01 05:04:24 2008 +0000 +++ b/lisp/select.el Sun Jun 01 11:54:16 2008 +0000 @@ -88,7 +88,7 @@ selection-coding-system (cond ((eq data-type 'UTF8_STRING) 'utf-8) - ((eq data-type 'COMPOUND-TEXT) + ((eq data-type 'COMPOUND_TEXT) 'compound-text-with-extensions) ((eq data-type 'C_STRING) nil)