From: tomo Date: Mon, 17 May 1999 09:42:29 +0000 (+0000) Subject: XEmacs 21.2.12 X-Git-Tag: r21-2-12~1^3~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=06a755b5ca04dbe8f29f9c777524e2da1f8cf63b;p=chise%2Fxemacs-chise.git- XEmacs 21.2.12 --- 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))