diff src/editfns.c @ 53541:41ceb9298a4e

(Fformat): Fix '&' to '&&'.
author Kenichi Handa <handa@m17n.org>
date Thu, 08 Jan 2004 08:39:54 +0000
parents c7860e5cc982
children 4f06a8a0e7a6
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;