diff src/select.c @ 3025:facf3239ba30

[xemacs-hg @ 2005-10-25 11:16:19 by ben] rename new->new_, convert 'foo to `foo' EmacsFrame.c, ExternalClient.c, ExternalShell.c, chartab.c, cmdloop.c, compiler.h, console.c, database.c, device-msw.c, device-x.c, device.c, doc.c, dragdrop.c, eval.c, event-msw.c, event-stream.c, events.c, extents.c, file-coding.c, fns.c, frame-tty.c, frame.c, gpmevent.c, gutter.c, hash.c, imgproc.c, indent.c, keymap.c, lisp-union.h, macros.c, malloc.c, marker.c, menubar-x.c, menubar.c, mule-charset.c, number.c, process.c, profile.h, ralloc.c, redisplay.c, select-common.h, select.c, syntax.c, sysfile.h, sysproc.h, systime.h, syswindows.h, toolbar.c, tooltalk.c, tparam.c, unexaix.c, unexalpha.c, unexconvex.c, unexec.c, unexhp9k800.c, unexmips.c, unicode.c, window.c: new -> new_. 'foo -> `foo'. lwlib-internal.h: redo assert macros to follow lisp.h and not trigger warnings. lwlib.c, xlwtabs.c: new -> new_.
author ben
date Tue, 25 Oct 2005 11:16:49 +0000
parents 7844ab77b582
children 8b2f75cecb89
line wrap: on
line diff
--- a/src/select.c	Tue Oct 25 08:32:50 2005 +0000
+++ b/src/select.c	Tue Oct 25 11:16:49 2005 +0000
@@ -107,7 +107,7 @@
   return Qnil;
 }
 
-/* #### Should perhaps handle 'MULTIPLE. The code below is now completely
+/* #### Should perhaps handle `MULTIPLE'. The code below is now completely
    broken due to a re-organization of get_local_selection, but I've left
    it here should anyone show an interest - ajh */
 #if 0
@@ -861,33 +861,33 @@
    explicitly specifies the type that will be sent.
 -- a string (If the type is not specified, then if Mule support exists,
              the string will be converted to Compound Text and sent in
-             the 'COMPOUND_TEXT format; otherwise (no Mule support),
-             the string will be left as-is and sent in the 'STRING
+             the `COMPOUND_TEXT' format; otherwise (no Mule support),
+             the string will be left as-is and sent in the `STRING'
              format.  If the type is specified, the string will be
              left as-is (or converted to binary format under Mule).
              In all cases, 8-bit data it sent.)
 -- a character (With Mule support, will be converted to Compound Text
                 whether or not a type is specified.  If a type is not
-                specified, a type of 'STRING or 'COMPOUND_TEXT will be
+                specified, a type of `STRING' or `COMPOUND_TEXT' will be
 		sent, as for strings.)
--- the symbol 'NULL (Indicates that there is no meaningful return value.
-                     Empty 32-bit data with a type of 'NULL will be sent.)
+-- the symbol `NULL' (Indicates that there is no meaningful return value.
+                     Empty 32-bit data with a type of `NULL' will be sent.)
 -- a symbol (Will be converted into an atom.  If the type is not specified,
-             a type of 'ATOM will be sent.)
+             a type of `ATOM' will be sent.)
 -- an integer (Will be converted into a 16-bit or 32-bit integer depending
                on the value.  If the type is not specified, a type of
-	       'INTEGER will be sent.)
+	       `INTEGER' will be sent.)
 -- a cons (HIGH . LOW) of integers (Will be converted into a 32-bit integer.
                                     If the type is not specified, a type of
-				    'INTEGER will be sent.)
+				    `INTEGER' will be sent.)
 -- a vector of symbols (Will be converted into a list of atoms.  If the type
-                        is not specified, a type of 'ATOM will be sent.)
+                        is not specified, a type of `ATOM' will be sent.)
 -- a vector of integers (Will be converted into a list of 16-bit integers.
-                         If the type is not specified, a type of 'INTEGER
+                         If the type is not specified, a type of `INTEGER'
 			 will be sent.)
 -- a vector of integers and/or conses (HIGH . LOW) of integers
                         (Will be converted into a list of 16-bit integers.
-                         If the type is not specified, a type of 'INTEGER
+                         If the type is not specified, a type of `INTEGER'
 			 will be sent.)
 */ );
   Vselection_converter_out_alist = Qnil;