emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106180: lisp/facemenu.el: Slightly e


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106180: lisp/facemenu.el: Slightly expand a comment in `list-colors-duplicates'.
Date: Mon, 24 Oct 2011 21:29:19 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106180
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2011-10-24 21:29:19 +0200
message:
  lisp/facemenu.el: Slightly expand a comment in `list-colors-duplicates'.
modified:
  lisp/facemenu.el
=== modified file 'lisp/facemenu.el'
--- a/lisp/facemenu.el  2011-10-18 14:31:27 +0000
+++ b/lisp/facemenu.el  2011-10-24 19:29:19 +0000
@@ -645,6 +645,8 @@
                ;; 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))))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]