aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2025-02-12 03:34:12 +0100
committerStefan Kangas2025-02-12 03:37:18 +0100
commit481336967cc5d262cec2b4822b83752348bbd494 (patch)
treeea508de64366ccda1bc5be2630587e5b607d8833
parent0184acdd3174e95b79756433b9c8c08143737c81 (diff)
downloademacs-481336967cc5d262cec2b4822b83752348bbd494.tar.gz
emacs-481336967cc5d262cec2b4822b83752348bbd494.zip
; Update :version tag of x-gtk-stock-map
* lisp/term/pgtk-win.el (x-gtk-stock-map): * lisp/term/x-win.el (x-gtk-stock-map): Update :version tags.
-rw-r--r--lisp/term/pgtk-win.el2
-rw-r--r--lisp/term/x-win.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/pgtk-win.el b/lisp/term/pgtk-win.el
index 5940f961e40..fe9807f8c52 100644
--- a/lisp/term/pgtk-win.el
+++ b/lisp/term/pgtk-win.el
@@ -263,7 +263,7 @@ EVENT is a `preedit-text' event."
263 "How icons for tool bars are mapped to Gtk+ stock items. 263 "How icons for tool bars are mapped to Gtk+ stock items.
264Emacs must be compiled with the Gtk+ toolkit for this to have any effect. 264Emacs must be compiled with the Gtk+ toolkit for this to have any effect.
265A value that begins with n: denotes a named icon instead of a stock icon." 265A value that begins with n: denotes a named icon instead of a stock icon."
266 :version "22.2" 266 :version "31.1"
267 :type '(choice (repeat 267 :type '(choice (repeat
268 (choice symbol 268 (choice symbol
269 (cons (string :tag "Emacs icon") 269 (cons (string :tag "Emacs icon")
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index fd691958105..debcb669b76 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1452,7 +1452,7 @@ This returns an error if any Emacs frames are X frames."
1452 "How icons for tool bars are mapped to Gtk+ stock items. 1452 "How icons for tool bars are mapped to Gtk+ stock items.
1453Emacs must be compiled with the Gtk+ toolkit for this to have any effect. 1453Emacs must be compiled with the Gtk+ toolkit for this to have any effect.
1454A value that begins with n: denotes a named icon instead of a stock icon." 1454A value that begins with n: denotes a named icon instead of a stock icon."
1455 :version "22.2" 1455 :version "31.1"
1456 :type '(choice (repeat 1456 :type '(choice (repeat
1457 (choice symbol 1457 (choice symbol
1458 (cons (string :tag "Emacs icon") 1458 (cons (string :tag "Emacs icon")