]> git.eshelyaron.com Git - emacs.git/commitdiff
(xw-defined-colors) Remove debug message.
authorJason Rumney <jasonr@gnu.org>
Sat, 22 Jan 2005 23:49:06 +0000 (23:49 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 22 Jan 2005 23:49:06 +0000 (23:49 +0000)
lisp/term/w32-win.el

index cea1d3f77b8873f0ba5a877d66d5f610250de276..e49f3ddb2e67ee378b1fcd1a5836fa74446a9e67 100644 (file)
@@ -1050,7 +1050,6 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp")
         (all-colors (or color-map-colors x-colors))
         (this-color nil)
         (defined-colors nil))
-    (message "Defining colors...")
     (while all-colors
       (setq this-color (car all-colors)
            all-colors (cdr all-colors))