--- Begin Message ---
Subject: |
emacs bug |
Date: |
Thu, 8 Jan 2004 02:14:13 +0000 |
--- cvs-pkgs/./emacs/emacs-21.3/src/editfns.c~ 2004-01-08 02:13:31.000000000
+0000
+++ cvs-pkgs/./emacs/emacs-21.3/src/editfns.c 2004-01-08 02:13:52.000000000
+0000
@@ -3295,7 +3295,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;
--- End Message ---