aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJan Djärv2007-08-29 06:00:25 +0000
committerJan Djärv2007-08-29 06:00:25 +0000
commit9b229c32e01eaf8831053a2e179f1410ace2d696 (patch)
tree47883cd1a4d5a8b6962fb459eda588ba2a86c095 /lisp
parent8d9cc0b7ea1893059df8788129998e9a71ec07f3 (diff)
downloademacs-9b229c32e01eaf8831053a2e179f1410ace2d696.tar.gz
emacs-9b229c32e01eaf8831053a2e179f1410ace2d696.zip
(x-gtk-stock-map): :version changed to 23.1.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/term/x-win.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index df84a752678..a7e6515ba6b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-08-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4
12007-08-29 Juri Linkov <juri@jurta.org> 52007-08-29 Juri Linkov <juri@jurta.org>
2 6
3 * loadup.el: Add "button" loading after "faces" and move "startup" 7 * loadup.el: Add "button" loading after "faces" and move "startup"
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 478d63d6057..ed0f61a9ef3 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -2601,7 +2601,7 @@ order until succeed.")
2601 ("exit" . "gtk-quit")) 2601 ("exit" . "gtk-quit"))
2602 "How icons for tool bars are mapped to Gtk+ stock items. 2602 "How icons for tool bars are mapped to Gtk+ stock items.
2603Emacs must be compiled with the Gtk+ toolkit for this to have any effect." 2603Emacs must be compiled with the Gtk+ toolkit for this to have any effect."
2604 :version "23.0" 2604 :version "23.1"
2605 :type 'alist 2605 :type 'alist
2606 :group 'x) 2606 :group 'x)
2607 2607