emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xselect.c,v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c,v [EMACS_22_BASE]
Date: Fri, 03 Aug 2007 03:38:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/08/03 03:38:24

Index: xselect.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xselect.c,v
retrieving revision 1.168.2.1
retrieving revision 1.168.2.2
diff -u -b -r1.168.2.1 -r1.168.2.2
--- xselect.c   25 Jul 2007 05:15:18 -0000      1.168.2.1
+++ xselect.c   3 Aug 2007 03:38:24 -0000       1.168.2.2
@@ -1854,9 +1854,9 @@
        }
     }
 
-  /* Convert a single 16 or small 32 bit number to a Lisp_Int.
-     If the number is > 16 bits, convert it to a cons of integers,
-     16 bits in each half.
+  /* Convert a single 16-bit number or a small 32-bit number to a Lisp_Int.
+     If the number is 32 bits and won't fit in a Lisp_Int,
+     convert it to a cons of integers, 16 bits in each half.
    */
   else if (format == 32 && size == sizeof (int))
     return long_to_cons (((unsigned int *) data) [0]);




reply via email to

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