diff options
| author | Karl Heuer | 1994-10-04 14:20:54 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-04 14:20:54 +0000 |
| commit | 7bd114fd7ca2b653d0ff82a889980b336f837aa7 (patch) | |
| tree | 9b6c888522a27defc2024d471436414244bf9c2b | |
| parent | b279141386ae0c76048ccc05fcbb95e8656683d0 (diff) | |
| download | emacs-7bd114fd7ca2b653d0ff82a889980b336f837aa7.tar.gz emacs-7bd114fd7ca2b653d0ff82a889980b336f837aa7.zip | |
(Fprefix_numeric_value): No longer necessary to set type separately.
| -rw-r--r-- | src/callint.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/callint.c b/src/callint.c index e36b6c147d8..337ea0e0242 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -599,10 +599,6 @@ Its numeric meaning is what you would get from `(interactive \"p\")'.") | |||
| 599 | { | 599 | { |
| 600 | Lisp_Object val; | 600 | Lisp_Object val; |
| 601 | 601 | ||
| 602 | /* Tag val as an integer, so the rest of the assignments | ||
| 603 | may use XSETINT. */ | ||
| 604 | XFASTINT (val) = 0; | ||
| 605 | |||
| 606 | if (NILP (raw)) | 602 | if (NILP (raw)) |
| 607 | XFASTINT (val) = 1; | 603 | XFASTINT (val) = 1; |
| 608 | else if (EQ (raw, Qminus)) | 604 | else if (EQ (raw, Qminus)) |