emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23.0.60; Typo


From: Thomas Morgan
Subject: 23.0.60; Typo
Date: Sun, 01 Jun 2008 03:28:02 -0400

This patch fixes a typo.

2008-06-01  Thomas Morgan  <address@hidden>

        * 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]