<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -152,7 +152,7 @@ The following keys are bound in this minor mode:
 Curent function is the one recognized by c-mark-function.&quot;
   (interactive)
   (save-excursion
-    (c-mark-function)
+    (mark-defun)
     (moz-send-region (point) (mark))))
 
 (defun moz-send-defun-and-go ()
@@ -160,7 +160,7 @@ Curent function is the one recognized by c-mark-function.&quot;
 Also switch to the interaction buffer.&quot;
   (interactive)
   (moz-send-defun)
-  (inferior-moz-switch-to-mozilla))
+  (inferior-moz-switch-to-mozilla nil))
 
 (defun moz-save-buffer-and-send ()
   &quot;Save the current buffer and load it in Firefox via MozRepl.&quot;</diff>
      <filename>chrome/content/moz.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ab2e8f0952b06b97136ac8b3ab8411672c7d785</id>
    </parent>
  </parents>
  <author>
    <name>Massimiliano Mirra</name>
    <email>bard@hyperstruct.net</email>
  </author>
  <url>http://github.com/bard/mozrepl/commit/9a3e3e08c12379a54d51ec92a012995c9597c566</url>
  <id>9a3e3e08c12379a54d51ec92a012995c9597c566</id>
  <committed-date>2009-04-07T14:05:16-07:00</committed-date>
  <authored-date>2009-04-07T14:05:16-07:00</authored-date>
  <message>moz.el: using mark-defun instead of c-mark-function, relying on espresso.el instead of javascript.el.</message>
  <tree>c598239f41312d070db70f524375ed8755ce70d5</tree>
  <committer>
    <name>Massimiliano Mirra</name>
    <email>bard@hyperstruct.net</email>
  </committer>
</commit>
