Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0598f773
Commit
0598f773
authored
Nov 16, 1994
by
Karl Heuer
Browse files
(Finteractive_p): Use XSUBR instead of its expansion.
parent
81c1bd20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/eval.c
src/eval.c
+1
-2
No files found.
src/eval.c
View file @
0598f773
...
@@ -484,8 +484,7 @@ and input is currently coming from the keyboard (not in keyboard macro).")
...
@@ -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
/* If this isn't a byte-compiled function, there may be a frame at
the top for Finteractive_p itself. If so, skip it. */
the top for Finteractive_p itself. If so, skip it. */
fun
=
Findirect_function
(
*
btp
->
function
);
fun
=
Findirect_function
(
*
btp
->
function
);
if
(
SUBRP
(
fun
)
if
(
SUBRP
(
fun
)
&&
XSUBR
(
fun
)
==
&
Sinteractive_p
)
&&
(
struct
Lisp_Subr
*
)
XPNTR
(
fun
)
==
&
Sinteractive_p
)
btp
=
btp
->
next
;
btp
=
btp
->
next
;
/* If we're running an Emacs 18-style byte-compiled function, there
/* If we're running an Emacs 18-style byte-compiled function, there
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment