From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Morgan Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; Typo Date: Sun, 01 Jun 2008 03:28:02 -0400 Message-ID: <87y75py5q5.fsf@thomasmorgan.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1212312321 27339 80.91.229.12 (1 Jun 2008 09:25:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2008 09:25:21 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 01 11:26:02 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K2jpC-0007m1-42 for ged-emacs-devel@m.gmane.org; Sun, 01 Jun 2008 11:26:02 +0200 Original-Received: from localhost ([127.0.0.1]:40157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2joQ-0005uv-2A for ged-emacs-devel@m.gmane.org; Sun, 01 Jun 2008 05:25:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2i27-0005UL-Nj for emacs-devel@gnu.org; Sun, 01 Jun 2008 03:31:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2i25-0005Sf-Qw for emacs-devel@gnu.org; Sun, 01 Jun 2008 03:31:15 -0400 Original-Received: from [199.232.76.173] (port=35741 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2i25-0005SS-LX for emacs-devel@gnu.org; Sun, 01 Jun 2008 03:31:13 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38155) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2i25-00053F-FB for emacs-devel@gnu.org; Sun, 01 Jun 2008 03:31:13 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:38524) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K2hxa-0006HI-Lc for emacs-pretest-bug@gnu.org; Sun, 01 Jun 2008 03:26:34 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K2hzE-0004dz-2A for emacs-pretest-bug@gnu.org; Sun, 01 Jun 2008 03:28:22 -0400 Original-Received: from node66.smtp.com ([72.55.166.66]:53834) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2hzC-0004c4-3E for emacs-pretest-bug@gnu.org; Sun, 01 Jun 2008 03:28:14 -0400 Original-Received: from cricket (h-69-3-198-131.nycmny83.dynamic.covad.net [69.3.198.131]) by node66.smtp.com (Postfix) with ESMTP id 91D755F035 for ; Sun, 1 Jun 2008 03:38:38 -0400 (EDT) X-Tracking-Number: 17478189 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Sun, 01 Jun 2008 05:25:08 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98173 gmane.emacs.pretest.bugs:22518 Archived-At: This patch fixes a typo. 2008-06-01 Thomas Morgan * select.el (x-get-selection): Fix typo. diff -u -r1.42 select.el --- lisp/select.el 6 May 2008 07:57:49 -0000 1.42 +++ lisp/select.el 1 Jun 2008 07:20:25 -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)