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: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gud.el
Date: Sat, 15 Oct 2005 01:41:29 -0400

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.58 emacs/lisp/progmodes/gud.el:1.59
*** emacs/lisp/progmodes/gud.el:1.58    Mon Oct 10 12:25:04 2005
--- emacs/lisp/progmodes/gud.el Sat Oct 15 05:41:09 2005
***************
*** 5,11 ****
  ;; Keywords: unix, tools
  
  ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2003,
! ;; 2004, 2005 Free Software Foundation, Inc.
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Keywords: unix, tools
  
  ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2001, 2002, 2003,
! ;;  2004, 2005 Free Software Foundation, Inc.
  
  ;; This file is part of GNU Emacs.
  
***************
*** 197,220 ****
  (defvar gud-tool-bar-map
    (if (display-graphic-p)
        (let ((map (make-sparse-keymap)))
!       (dolist (x '((gud-break . "gud-break")
!                    (gud-remove . "gud-remove")
!                    (gud-print . "gud-print")
!                    (gud-pstar . "gud-pstar")
!                    (gud-watch . "gud-watch")
!                    (gud-cont . "gud-cont")
!                    (gud-until . "gud-until")
!                    (gud-finish . "gud-finish")
!                    (gud-run . "gud-run")
                     ;; gud-s, gud-si etc. instead of gud-step,
                     ;; gud-stepi, to avoid file-name clashes on DOS
                     ;; 8+3 filesystems.
!                    (gud-next . "gud-n")
!                    (gud-step . "gud-s")
!                    (gud-nexti . "gud-ni")
!                    (gud-stepi . "gud-si")
!                    (gud-up . "gud-up")
!                    (gud-down . "gud-down")
                     (gud-goto-info . "info"))
                   map)
          (tool-bar-local-item-from-menu
--- 197,220 ----
  (defvar gud-tool-bar-map
    (if (display-graphic-p)
        (let ((map (make-sparse-keymap)))
!       (dolist (x '((gud-break . "gud/break")
!                    (gud-remove . "gud/remove")
!                    (gud-print . "gud/print")
!                    (gud-pstar . "gud/pstar")
!                    (gud-watch . "gud/watch")
!                    (gud-cont . "gud/cont")
!                    (gud-until . "gud/until")
!                    (gud-finish . "gud/finish")
!                    (gud-run . "gud/run")
                     ;; gud-s, gud-si etc. instead of gud-step,
                     ;; gud-stepi, to avoid file-name clashes on DOS
                     ;; 8+3 filesystems.
!                    (gud-next . "gud/n")
!                    (gud-step . "gud/s")
!                    (gud-nexti . "gud/ni")
!                    (gud-stepi . "gud/si")
!                    (gud-up . "gud/up")
!                    (gud-down . "gud/down")
                     (gud-goto-info . "info"))
                   map)
          (tool-bar-local-item-from-menu




reply via email to

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