From: Juanma Barranquero Date: Sun, 1 Jun 2008 11:54:47 +0000 (+0000) Subject: (x-get-selection): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~5174 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/29128339b10f86b7bf65e6cdf680cad737b8a585 (x-get-selection): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05ff225837..45e1ea9113 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-06-01 Thomas Morgan (tiny change) + + * select.el (x-get-selection): Fix typo. + 2008-06-01 Juanma Barranquero * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify. diff --git a/lisp/select.el b/lisp/select.el index fb2eedf7f9..c612816992 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -88,7 +88,7 @@ in `selection-converter-alist', which see." 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)