Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv30056
Modified Files: decls.lisp Log Message: Added implementions of `redraw-input-buffer'. We ignore the `start-offset' argument, though.
--- /project/mcclim/cvsroot/mcclim/decls.lisp 2006/11/08 01:18:22 1.40 +++ /project/mcclim/cvsroot/mcclim/decls.lisp 2006/11/22 14:15:53 1.41 @@ -552,6 +552,7 @@ ;;; 24.1 The Input Editor
(defgeneric input-editor-format (stream format-string &rest args)) +(defgeneric redraw-input-buffer (stream &optional start-from))
;;; 24.1.1 The Input Editing Stream Protocol