Skip to content
Snippets Groups Projects
Commit d19660c5 authored by emarsden's avatar emarsden
Browse files

Fix type declaration, noted by Dan Barlow on the new portable-clx-devel

mailing list.
parent 08d8ca63
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
;;; 12/10/87 LGO Created
#+cmu
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/input.lisp,v 1.9 2002/04/10 17:18:53 pw Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/input.lisp,v 1.10 2003/02/09 17:23:46 emarsden Exp $")
(in-package :xlib)
......@@ -1196,7 +1196,7 @@
(defun make-event-handlers (&key (type 'array) default)
(declare (type t type) ;Sequence type specifier
(type function default)
(type (or null function) default)
(clx-values sequence)) ;Default handler for initial content
;; Makes a handler sequence suitable for process-event
(make-sequence type *max-events* :initial-element default))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment