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
7bd114fd
Commit
7bd114fd
authored
Oct 04, 1994
by
Karl Heuer
Browse files
(Fprefix_numeric_value): No longer necessary to set type separately.
parent
b2791413
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/callint.c
src/callint.c
+0
-4
No files found.
src/callint.c
View file @
7bd114fd
...
...
@@ -599,10 +599,6 @@ Its numeric meaning is what you would get from `(interactive \"p\")'.")
{
Lisp_Object
val
;
/* Tag val as an integer, so the rest of the assignments
may use XSETINT. */
XFASTINT
(
val
)
=
0
;
if
(
NILP
(
raw
))
XFASTINT
(
val
)
=
1
;
else
if
(
EQ
(
raw
,
Qminus
))
...
...
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