emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/data.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Thu, 28 Feb 2002 20:25:08 -0500

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.208 emacs/src/data.c:1.209
*** emacs/src/data.c:1.208      Fri Dec  7 07:15:21 2001
--- emacs/src/data.c    Sat Dec 22 08:58:42 2001
***************
*** 114,128 ****
    register Lisp_Object tem;
    do
      {
-       if (!EQ (Vmocklisp_arguments, Qt))
-       {
-        if (STRINGP (value) &&
-            (EQ (predicate, Qintegerp) || EQ (predicate, 
Qinteger_or_marker_p)))
-          return Fstring_to_number (value, Qnil);
-        if (INTEGERP (value) && EQ (predicate, Qstringp))
-          return Fnumber_to_string (value);
-       }
- 
        /* If VALUE is not even a valid Lisp object, abort here
         where we can get a backtrace showing where it came from.  */
        if ((unsigned int) XGCTYPE (value) >= Lisp_Type_Limit)
--- 114,119 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]