aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-05-13 23:02:02 +0000
committerRichard M. Stallman1992-05-13 23:02:02 +0000
commitba2aa08420b82f869eda698eb0b72f6e829f9be7 (patch)
tree535f4a2711c173ae12a5aabb10dd8f02fb242ef1
parent67c86cfc518faa4c29b8c307a76d617267366bba (diff)
downloademacs-ba2aa08420b82f869eda698eb0b72f6e829f9be7.tar.gz
emacs-ba2aa08420b82f869eda698eb0b72f6e829f9be7.zip
*** empty log message ***
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index 0075ef721dc..88c16721116 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -525,7 +525,7 @@ Its numeric meaning is what you would get from `(interactive \"p\")'.")
525 525
526 if (NILP (raw)) 526 if (NILP (raw))
527 XFASTINT (val) = 1; 527 XFASTINT (val) = 1;
528 else if (XTYPE (raw) == Lisp_Symbol) 528 else if (EQ (val, Qminus))
529 XSETINT (val, -1); 529 XSETINT (val, -1);
530 else if (CONSP (raw)) 530 else if (CONSP (raw))
531 XSETINT (val, XINT (XCONS (raw)->car)); 531 XSETINT (val, XINT (XCONS (raw)->car));