diff options
Diffstat (limited to 'libguile/procs.c')
-rw-r--r-- | libguile/procs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/procs.c b/libguile/procs.c index c6fab7214..dc5a32074 100644 --- a/libguile/procs.c +++ b/libguile/procs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1999,2000,2001, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1999,2000,2001, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -165,7 +165,7 @@ scm_init_procs () scm_c_make_struct (scm_applicable_struct_with_setter_vtable_vtable, 0, 1, - SCM_UNPACK (scm_from_locale_symbol ("pwpw"))); + SCM_UNPACK (scm_from_latin1_symbol ("pwpw"))); #include "libguile/procs.x" } |