diff options
| author | Stefan Kangas | 2025-02-12 03:34:12 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-12 03:37:18 +0100 |
| commit | 481336967cc5d262cec2b4822b83752348bbd494 (patch) | |
| tree | ea508de64366ccda1bc5be2630587e5b607d8833 | |
| parent | 0184acdd3174e95b79756433b9c8c08143737c81 (diff) | |
| download | emacs-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.el | 2 | ||||
| -rw-r--r-- | lisp/term/x-win.el | 2 |
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. |
| 264 | Emacs must be compiled with the Gtk+ toolkit for this to have any effect. | 264 | Emacs must be compiled with the Gtk+ toolkit for this to have any effect. |
| 265 | A value that begins with n: denotes a named icon instead of a stock icon." | 265 | A 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. |
| 1453 | Emacs must be compiled with the Gtk+ toolkit for this to have any effect. | 1453 | Emacs must be compiled with the Gtk+ toolkit for this to have any effect. |
| 1454 | A value that begins with n: denotes a named icon instead of a stock icon." | 1454 | A 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") |