From: espen Date: Thu, 28 Oct 2004 09:37:27 +0000 (+0000) Subject: Fixed small syntax error X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/3d5e4e398c188647b092e03350627dd6fc4e6ea3 Fixed small syntax error --- diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index 305b2f4..d46d9d6 100644 --- a/gdk/gdk.lisp +++ b/gdk/gdk.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gdk.lisp,v 1.8 2004-10-28 09:28:25 espen Exp $ +;; $Id: gdk.lisp,v 1.9 2004-10-28 09:37:27 espen Exp $ (in-package "GDK") @@ -273,7 +273,7 @@ (defbinding %get-default-root-window () window) -(defun get-root-window (%optional display) +(defun get-root-window (&optional display) (if display (error "Not implemented") (%get-default-root-window)))