changeset 44527:403a35115d4a

(gen_help_event): int/Lisp_Object confusion.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Apr 2002 05:55:04 +0000
parents eacabd6d7bc9
children d5befc8ddce0
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Fri Apr 12 05:52:19 2002 +0000
+++ b/src/keyboard.c	Fri Apr 12 05:55:04 2002 +0000
@@ -3457,7 +3457,7 @@
       bufp->arg = object;
       bufp->x = WINDOWP (window) ? window : frame;
       bufp->y = help;
-      bufp->code = make_number (pos);
+      bufp->code = pos;
       return 1;
     }
   return 0;