Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1f09f6e8
Commit
1f09f6e8
authored
Oct 01, 2007
by
Jan Djärv
Browse files
(icon-map-list): Set to nil for 22.1 compability.
parent
17afb4cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/term/x-win.el
lisp/term/x-win.el
+1
-1
No files found.
lisp/ChangeLog
View file @
1f09f6e8
2007-10-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el (icon-map-list): Set to nil for 22.1 compability.
2007-09-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el (x-gtk-stock-map): Version is 22.2
lisp/term/x-win.el
View file @
1f09f6e8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment