summaryrefslogtreecommitdiff
path: root/lisp/term/x-win.el
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2009-12-31 02:19:53 +1300
committerNick Roberts <nickrob@snap.net.nz>2009-12-31 02:19:53 +1300
commit7ee6c59b15451c40d5eec3844543391ee07f3afd (patch)
tree5d5aecc7776b63e302aba9d78d09e7d56c63ef6c /lisp/term/x-win.el
parent0df6175ca5efd81a9558fa5034e952caff640cea (diff)
downloademacs-7ee6c59b15451c40d5eec3844543391ee07f3afd.tar.gz
Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
* term/x-win.el (x-gtk-stock-map): Map some GUD buttons. * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r--lisp/term/x-win.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 8daa6fed989..21f695bd9aa 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1636,6 +1636,10 @@ The value nil is the same as this list:
("images/mail/save-draft" . "gtk-mail-handling")
("images/mail/send" . "gtk-mail-send")
("images/mail/spam" . "gtk-spam")
+ ;; Used for GDB Graphical Interface
+ ("images/gud/break" . "gtk-no")
+ ("images/gud/recstart" . "gtk-media-record")
+ ("images/gud/recstop" . "gtk-media-stop")
;; No themed versions available:
;; mail/preview (combining stock_mail and stock_zoom)
;; mail/save (combining stock_mail, stock_save and stock_convert)