mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(face-valid-attribute-values): Look in
x-bitmap-file-path only for x and w32 window systems.
This commit is contained in:
parent
c0e2e77f8f
commit
f3625fc034
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ an integer value."
|
|||
((:height)
|
||||
'integerp)
|
||||
(:stipple
|
||||
(and window-system
|
||||
(and (memq window-system '(x w32))
|
||||
(mapcar #'list
|
||||
(apply #'nconc (mapcar #'directory-files
|
||||
x-bitmap-file-path)))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue