From 93ca2c744d6bd923b8ff2a31b643974620f26c45 Mon Sep 17 00:00:00 2001 From: =?utf8?q?El=C3=ADas=20Gabriel=20P=C3=A9rez?= Date: Sun, 16 Feb 2025 13:21:52 -0600 Subject: [PATCH] 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) --- lisp/term/x-win.el | 1 + 1 file changed, 1 insertion(+) 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")) -- 2.39.5