Mercurial > hg > xemacs-beta
diff lisp/minibuf.el @ 294:4b85ae5eabfb r21-0b45
Import from CVS: tag r21-0b45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:01 +0200 |
parents | c9fe270a4101 |
children | 9ea74add5d37 |
line wrap: on
line diff
--- a/lisp/minibuf.el Mon Aug 13 10:37:16 2007 +0200 +++ b/lisp/minibuf.el Mon Aug 13 10:38:01 2007 +0200 @@ -2075,6 +2075,8 @@ (kill-buffer (current-buffer)))) (setq x-read-color-completion-table clist) x-read-color-completion-table))) + (mswindows + (mapcar #'list (mswindows-color-list))) (tty (mapcar #'list (tty-color-list))))) @@ -2082,7 +2084,8 @@ "Read the name of a color from the minibuffer. On X devices, this uses `x-library-search-path' to find rgb.txt in order to build a completion table. -On TTY devices, this uses `tty-color-list'." +On TTY devices, this uses `tty-color-list'. +On mswindows devices, this uses `mswindows-color-list'." (let ((table (read-color-completion-table))) (completing-read prompt table nil (and table must-match) initial-contents)))