Hi,

this seems to be fixed upstream in 

commit 01f37a8c2d51aef6e760c5fa025cd357db33c0b1
Author: Marius Vollmer <[email protected]>
Date:   Sat Jun 6 19:29:52 2009 +0300

    Don't mess with the global value of line-move-visual.

    * magit.el (magit-mode): Make line-move-visual buffer local before
    setting it.  Thanks Leo!

diff --git a/magit.el b/magit.el
index d0ce8b2..362477e 100644
--- a/magit.el
+++ b/magit.el
@@ -1279,6 +1279,7 @@ Please see the manual for a complete description
of Magit.
   (kill-all-local-variables)
   (buffer-disable-undo)
   (setq buffer-read-only t)
+  (make-variable-buffer-local 'line-move-visual)
   (setq major-mode 'magit-mode
        mode-name "Magit"
        mode-line-process ""


-Timo



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to