From: Elías Gabriel Pérez Date: Sun, 16 Feb 2025 19:21:52 +0000 (-0600) Subject: Add gtk-redo icon to x-gtk-stock-map to x-win.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93ca2c744d6bd923b8ff2a31b643974620f26c45;p=emacs.git Add gtk-redo icon to x-gtk-stock-map to x-win.el * lisp/term/x-win.el (x-gtk-stock-map): Add gtk-redo. (cherry picked from commit 35d4316101752fc45bfd2301d891fb7b64060500) --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index debcb669b76..91b5bd5838a 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1383,6 +1383,7 @@ This returns an error if any Emacs frames are X frames." ("etc/images/save" . ("document-save" "gtk-save")) ("etc/images/saveas" . ("document-save-as" "gtk-save-as")) ("etc/images/undo" . ("edit-undo" "gtk-undo")) + ("etc/images/redo" . ("edit-redo" "gtk-redo")) ("etc/images/cut" . ("edit-cut" "gtk-cut")) ("etc/images/copy" . ("edit-copy" "gtk-copy")) ("etc/images/paste" . ("edit-paste" "gtk-paste"))