From 1f09f6e8b9154093df72f1d26a72b0269ec98903 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 1 Oct 2007 06:02:08 +0000 Subject: [PATCH] (icon-map-list): Set to nil for 22.1 compability. --- lisp/ChangeLog | 4 ++++ lisp/term/x-win.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d22f76106be..292c8ea3510 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-10-01 Jan Dj,Ad(Brv + + * term/x-win.el (icon-map-list): Set to nil for 22.1 compability. + 2007-09-29 Jan Dj,Ad(Brv * term/x-win.el (x-gtk-stock-map): Version is 22.2 diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index e992494407e..8de5b902e18 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -2586,7 +2586,7 @@ A value that begins with n: denotes a named icon instead of a stock icon." :type 'alist :group 'x) -(defvar icon-map-list '(x-gtk-stock-map) +(defvar icon-map-list nil "*A list of alists that maps icon file names to stock/named icons. The alists are searched in the order they appear. The first match is used. The keys in the alists are file names without extension and with two directory -- 2.39.2