X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/463fe62f962ba89ea82ed19c7db0843e14b8a262..34fe0eadb3d4711714ed683c3870c9e1ba5648aa:/gtk/gtk.lisp diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index faca526..e7ee2ac 100644 --- a/gtk/gtk.lisp +++ b/gtk/gtk.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: gtk.lisp,v 1.33 2005-02-04 13:15:15 espen Exp $ +;; $Id: gtk.lisp,v 1.34 2005-02-10 00:15:51 espen Exp $ (in-package "GTK") @@ -1883,7 +1883,7 @@ (defbinding editable-insert-text (editable text &optional (position 0)) nil (editable editable) (text string) ((length text) int) - (position position-type :in-out)) + (position position :in-out)) (defun editable-append-text (editable text) (editable-insert-text editable text nil))