From 06a755b5ca04dbe8f29f9c777524e2da1f8cf63b Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 17 May 1999 09:42:29 +0000 Subject: [PATCH] XEmacs 21.2.12 --- src/xselect.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/xselect.c b/src/xselect.c index 3d95426..8dada0a 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -1343,9 +1343,8 @@ selection_data_to_lisp_data (struct device *d, type == DEVICE_XATOM_COMPOUND_TEXT (d) ? FORMAT_CTEXT : FORMAT_BINARY); - /* Convert a single atom to a Lisp Symbol. Convert a set of atoms to - a vector of symbols. - */ + /* Convert a single atom to a Lisp Symbol. + Convert a set of atoms to a vector of symbols. */ else if (type == XA_ATOM) { if (size == sizeof (Atom)) -- 1.7.10.4