]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Wed, 5 Jun 2002 17:48:42 +0000 (17:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 5 Jun 2002 17:48:42 +0000 (17:48 +0000)
lisp/ChangeLog
src/ChangeLog

index cd631a2aac4d22730dccf4fdda3a35bbc9ab473b..1acfe646303fd69fda1e86fd8211d38512ae9b02 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * select.el (xselect-convert-to-string): If VALUE is a string,
+       return a cons of TYPE and the string.
+
 2002-06-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
index 6bef61ab14ea8dbd74a353d5d86f142b5c1ce991..3a909fd6624bfbae15fda1a66de77b991ff91bf2 100644 (file)
@@ -1,5 +1,7 @@
 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * fns.c (Fstring_make_unibyte): Doc fix.
+
        * xselect.c (lisp_data_to_selection_data): If the requested type
         is STRING, call string_make_unibyte to encode the selected text
         as a string.