]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finteractive_p): Use XSUBR instead of its expansion.
authorKarl Heuer <kwzh@gnu.org>
Wed, 16 Nov 1994 01:14:23 +0000 (01:14 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 16 Nov 1994 01:14:23 +0000 (01:14 +0000)
src/eval.c

index e48441b004342369862c41409bd918c8aabba2bd..eafb9e84a6553401e40368137d3848e4a555e08f 100644 (file)
@@ -484,8 +484,7 @@ and input is currently coming from the keyboard (not in keyboard macro).")
   /* If this isn't a byte-compiled function, there may be a frame at
      the top for Finteractive_p itself.  If so, skip it.  */
   fun = Findirect_function (*btp->function);
-  if (SUBRP (fun)
-      && (struct Lisp_Subr *) XPNTR (fun) == &Sinteractive_p)
+  if (SUBRP (fun) && XSUBR (fun) == &Sinteractive_p)
     btp = btp->next;
 
   /* If we're running an Emacs 18-style byte-compiled function, there