aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorNick Roberts2009-12-31 02:19:53 +1300
committerNick Roberts2009-12-31 02:19:53 +1300
commit7ee6c59b15451c40d5eec3844543391ee07f3afd (patch)
tree5d5aecc7776b63e302aba9d78d09e7d56c63ef6c /lisp/term
parent0df6175ca5efd81a9558fa5034e952caff640cea (diff)
downloademacs-7ee6c59b15451c40d5eec3844543391ee07f3afd.tar.gz
emacs-7ee6c59b15451c40d5eec3844543391ee07f3afd.zip
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')
-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:
1636 ("images/mail/save-draft" . "gtk-mail-handling") 1636 ("images/mail/save-draft" . "gtk-mail-handling")
1637 ("images/mail/send" . "gtk-mail-send") 1637 ("images/mail/send" . "gtk-mail-send")
1638 ("images/mail/spam" . "gtk-spam") 1638 ("images/mail/spam" . "gtk-spam")
1639 ;; Used for GDB Graphical Interface
1640 ("images/gud/break" . "gtk-no")
1641 ("images/gud/recstart" . "gtk-media-record")
1642 ("images/gud/recstop" . "gtk-media-stop")
1639 ;; No themed versions available: 1643 ;; No themed versions available:
1640 ;; mail/preview (combining stock_mail and stock_zoom) 1644 ;; mail/preview (combining stock_mail and stock_zoom)
1641 ;; mail/save (combining stock_mail, stock_save and stock_convert) 1645 ;; mail/save (combining stock_mail, stock_save and stock_convert)