[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [guile/scwm] 2nd argument problem to scm_definedp()
From: |
Rob Browning |
Subject: |
Re: [guile/scwm] 2nd argument problem to scm_definedp() |
Date: |
Mon, 16 Sep 2002 14:53:36 -0500 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu) |
Rob Browning <address@hidden> writes:
>
> scm_definedp (load_path_sym,
> scm_module_lookup_closure (scm_current_module));
Oops, that should have been
scm_definedp (load_path_sym,
scm_module_lookup_closure (scm_current_module ()));
but judging from Marius' other comment, this may be wrong altogether.
--
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD
Re: [guile/scwm] 2nd argument problem to scm_definedp(), Rob Browning, 2002/09/16
- Re: [guile/scwm] 2nd argument problem to scm_definedp(),
Rob Browning <=