From: Juanma Barranquero Date: Mon, 24 Oct 2011 19:29:19 +0000 (+0200) Subject: lisp/facemenu.el: Slightly expand a comment in `list-colors-duplicates'. X-Git-Tag: emacs-pretest-24.0.91~37^2~1^2~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=958ad48682256150c5cde455fe21752ab1ea3afb;p=emacs.git lisp/facemenu.el: Slightly expand a comment in `list-colors-duplicates'. --- diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 54b17d58f33..4f9db02b5e1 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -645,6 +645,8 @@ a list of colors that the current display can handle." ;; text in menu entries) and `SystemWindowText' (the default ;; color w32 uses for the text in windows and dialogs) may ;; be the same display color and be adjacent in the list. + ;; These system colors all have names prefixed with "System", + ;; which is hardcoded in w32fns.c (SYSTEM_COLOR_PREFIX). ;; This makes them different to any other color. Bug#9722 (not (and (eq system-type 'windows-nt) (string-match-p "^System" (car (car l))))))