[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Mon Aug 20 19:44:44 UTC 2007


Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv15306/Drei

Modified Files:
	motion.lisp 
Log Message:
Now considering the beginning of a buffer a page delimiter.


--- /project/mcclim/cvsroot/mcclim/Drei/motion.lisp	2007/04/27 21:37:14	1.4
+++ /project/mcclim/cvsroot/mcclim/Drei/motion.lisp	2007/08/20 19:44:44	1.5
@@ -372,7 +372,7 @@
         (progn (forward-object mark (length (page-delimiter syntax)))
                t)
         (progn (beginning-of-buffer mark)
-               nil))))
+               t))))
 
 (define-motion-fns page)
 




More information about the Mcclim-cvs mailing list