aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index b0842b5ee6c..457599fce0e 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -467,7 +467,7 @@ if the entry is new. */)
467 block_input (); 467 block_input ();
468 468
469 /* replace existing entry in w32-color-map or add new entry. */ 469 /* replace existing entry in w32-color-map or add new entry. */
470 entry = Fassoc (name, Vw32_color_map); 470 entry = Fassoc (name, Vw32_color_map, Qnil);
471 if (NILP (entry)) 471 if (NILP (entry))
472 { 472 {
473 entry = Fcons (name, rgb); 473 entry = Fcons (name, rgb);