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/gdb-ui.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Mon, 24 Oct 2005 21:18:56 -0400

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.99 emacs/lisp/progmodes/gdb-ui.el:1.100
*** emacs/lisp/progmodes/gdb-ui.el:1.99 Mon Oct 24 22:06:47 2005
--- emacs/lisp/progmodes/gdb-ui.el      Tue Oct 25 01:18:56 2005
***************
*** 2515,2521 ****
        (putstring (if enabled "B" "b"))
        (source-window (get-buffer-window (current-buffer) 0)))
      (add-text-properties
!      0 1 '(help-echo "mouse-1: set/clear bkpt, mouse-3: enable/disable bkpt")
       putstring)
      (if enabled
        (add-text-properties
--- 2515,2521 ----
        (putstring (if enabled "B" "b"))
        (source-window (get-buffer-window (current-buffer) 0)))
      (add-text-properties
!      0 1 '(help-echo "mouse-1: clear bkpt, mouse-3: enable/disable bkpt")
       putstring)
      (if enabled
        (add-text-properties
***************
*** 2557,2566 ****
                       (find-image `((:type xpm :data
                                            ,breakpoint-xpm-data
                                            :conversion disabled
!                                           :ascent 100)
                                     (:type pbm :data
                                            ,breakpoint-disabled-pbm-data
!                                           :ascent 100))))))
           (+ start 1)
           putstring
           'left-margin))
--- 2557,2566 ----
                       (find-image `((:type xpm :data
                                            ,breakpoint-xpm-data
                                            :conversion disabled
!                                           :ascent 100 :pointer hand)
                                     (:type pbm :data
                                            ,breakpoint-disabled-pbm-data
!                                           :ascent 100 :pointer hand))))))
           (+ start 1)
           putstring
           'left-margin))




reply via email to

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