changeset 1994:cb7f3be19e9f

[xemacs-hg @ 2004-04-07 02:44:08 by james] Oops, muffed the last commit. REALLY commit what I sent to xemacs-patches.
author james
date Wed, 07 Apr 2004 02:44:08 +0000
parents e567417c2e5d
children 4e6a63799f08
files src/data.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.c	Wed Apr 07 02:41:30 2004 +0000
+++ b/src/data.c	Wed Apr 07 02:44:08 2004 +0000
@@ -1992,7 +1992,7 @@
       while (!(CHARP (args[i]) || MARKERP (args[i]) || INTEGERP (args[i])))
 	args[i] = wrong_type_argument (Qnumber_char_or_marker_p, args[i]);
       other = args[i];
-      switch (promote_args (&result, &other))
+      switch (promote_args (&result & &other))
 	{
 	case FIXNUM_T:
 	  result = make_int (XREALINT (result), XREALINT (other));