A bugfix for the ansi-color mode under (S)XEmacs.
Created originally on Bitbucket by Anonymous
Was already merged in Bitbucket before import, marked as merged by the import user
Source changeset not longer availableat the time of import. Commit listwill look empty
If the argument COLOR
is a specifier then (concat color "-" ...)
fails. On the other hand, set-face-property
accepts specifiers, so
there is no obvious reason why ansi-color-make-face
should not
accept a specifier as well.
Perhaps there is another reasonable way to implement this, but not
having ansi-color-make-face
accept specifiers seems sub-optimal.