Mercurial > emacs
changeset 59691:9b8f178a62da
(xw-defined-colors) Remove debug message.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 22 Jan 2005 23:49:06 +0000 |
parents | 0017dfb224ef |
children | 28659e58b77d |
files | lisp/term/w32-win.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/w32-win.el Sat Jan 22 21:07:03 2005 +0000 +++ b/lisp/term/w32-win.el Sat Jan 22 23:49:06 2005 +0000 @@ -1050,7 +1050,6 @@ (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))