emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Mon, 11 Apr 2005 18:32:27 -0400

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.30 emacs/lisp/progmodes/gud.el:1.31
*** emacs/lisp/progmodes/gud.el:1.30    Tue Mar 29 20:59:42 2005
--- emacs/lisp/progmodes/gud.el Mon Apr 11 22:32:24 2005
***************
*** 1417,1423 ****
  
      output))
  
! (defcustom gud-pdb-command-name "pydb"
    "File name for executing the Python debugger.
  This should be an executable on your path, or an absolute file name."
    :type 'string
--- 1417,1423 ----
  
      output))
  
! (defcustom gud-pdb-command-name "pdb"
    "File name for executing the Python debugger.
  This should be an executable on your path, or an absolute file name."
    :type 'string
***************
*** 2614,2620 ****
              (widen)
              (goto-line line)
              (setq pos (point))
-             (setq overlay-arrow-string "=>")
              (or gud-overlay-arrow-position
                  (setq gud-overlay-arrow-position (make-marker)))
              (set-marker gud-overlay-arrow-position (point) (current-buffer)))
--- 2614,2619 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]