<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,13 +20,13 @@
 . ${_Dbg_libdir}/dbg-pre.sh
 
 # All debugger lib code has to come before debugger command code.
-typeset file
-for file in ${_Dbg_libdir}/lib/*.sh ; do 
-    source $file
+typeset _Dbg_file
+for _Dbg_file in ${_Dbg_libdir}/lib/*.sh ; do 
+    source $_Dbg_file
 done
 
-for file in ${_Dbg_libdir}/command/*.sh ; do 
-    source $file
+for _Dbg_file in ${_Dbg_libdir}/command/*.sh ; do 
+    source $_Dbg_file
 done
 
 unsetopt localtraps</diff>
      <filename>dbg-main.sh</filename>
    </modified>
    <modified>
      <diff>@@ -495,9 +495,10 @@ below will appear.
   &quot;A wrapper for `gud-gdb-complete-command'&quot;
   (gud-gdb-complete-command command a b))
 
+(eval-when-compile
+ (require 'cl))
 (require 'comint)
 (require 'custom)
-(require 'cl)
 (require 'compile)
 (require 'shell)
 
@@ -872,7 +873,7 @@ at the beginning of the line.
             (setq target_buffer (cadr target))
             (setq target_fname (buffer-file-name target_buffer))
             (switch-to-buffer-other-window target_buffer)
-            (goto-line target_lineno)
+	    (goto-char (point-min)) (forward-line (1- target_lineno))
             (message &quot;zshdbtrack: line %s, file %s&quot; target_lineno target_fname)
             (zshdbtrack-overlay-arrow t)
             (pop-to-buffer origbuf t)</diff>
      <filename>emacs/zshdb.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0fad85718176bccc352cd51db217584255a66c50</id>
    </parent>
  </parents>
  <author>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </author>
  <url>http://github.com/rocky/zshdb/commit/53bbcdea063dfe4dfeb3e8f1beafe1f0ac913c5f</url>
  <id>53bbcdea063dfe4dfeb3e8f1beafe1f0ac913c5f</id>
  <committed-date>2009-10-23T07:54:41-07:00</committed-date>
  <authored-date>2009-10-23T07:54:41-07:00</authored-date>
  <message>dbg-main.sh: Change another debugger variable to be prefaced with _Dbg_
zshdb.el: Remove compile warnings.</message>
  <tree>b8f2389b64bc8169743b8edac2476b98c2bf73a2</tree>
  <committer>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </committer>
</commit>
