Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv1006/Drei
Modified Files: lisp-syntax-commands.lisp Log Message: Oops, use the provided mark, not the buffer mark, when asked for indentation information.
--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-commands.lisp 2007/11/19 22:16:47 1.9 +++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax-commands.lisp 2007/11/19 22:42:27 1.10 @@ -69,7 +69,7 @@ :buffer buffer-implementation :offset offset2) #'(lambda (mark) - (syntax-line-indentation (point) tab-width (current-syntax))) + (syntax-line-indentation mark tab-width (current-syntax))) fill-column tab-width (current-syntax)