changeset 53541:41ceb9298a4e

(Fformat): Fix '&' to '&&'.
author Kenichi Handa <handa@m17n.org>
date Thu, 08 Jan 2004 08:39:54 +0000
parents 602e0f5c471d
children 8bfc55c02f6f
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Thu Jan 08 05:43:22 2004 +0000
+++ b/src/editfns.c	Thu Jan 08 08:39:54 2004 +0000
@@ -3447,7 +3447,7 @@
 	    /* Anything but a string, convert to a string using princ.  */
 	    register Lisp_Object tem;
 	    tem = Fprin1_to_string (args[n], Qt);
-	    if (STRING_MULTIBYTE (tem) & ! multibyte)
+	    if (STRING_MULTIBYTE (tem) && ! multibyte)
 	      {
 		multibyte = 1;
 		goto retry;