aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1992-07-19 01:07:07 +0000
committerRichard M. Stallman1992-07-19 01:07:07 +0000
commitfd5285f3e3929a85dd3b140880d3bd9bb9626d4d (patch)
tree36d055e387a969bf4a1cf794c739d6494ccea123 /src
parent8215ebe635873ef5aea8b031aab0e6650fab0321 (diff)
downloademacs-fd5285f3e3929a85dd3b140880d3bd9bb9626d4d.tar.gz
emacs-fd5285f3e3929a85dd3b140880d3bd9bb9626d4d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index bb39604744b..59b73b48960 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -521,7 +521,7 @@ Its numeric meaning is what you would get from `(interactive \"p\")'.")
521 521
522 if (NILP (raw)) 522 if (NILP (raw))
523 XFASTINT (val) = 1; 523 XFASTINT (val) = 1;
524 else if (EQ (val, Qminus)) 524 else if (EQ (raw, Qminus))
525 XSETINT (val, -1); 525 XSETINT (val, -1);
526 else if (CONSP (raw)) 526 else if (CONSP (raw))
527 XSETINT (val, XINT (XCONS (raw)->car)); 527 XSETINT (val, XINT (XCONS (raw)->car));