Mercurial > emacs
changeset 95458:590265a51ebf
(x-get-selection): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 01 Jun 2008 11:54:16 +0000 |
parents | 415f68458e61 |
children | 4884dcac79f8 |
files | lisp/select.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)