commit: Fix specifier inheritance behavior

Vin Shelton acs at alumni.princeton.edu
Wed Feb 27 22:39:52 EST 2008


On Wed, Feb 27, 2008 at 5:29 PM, Didier Verna <didier at xemacs.org> wrote:
>  diff -r 515b91f904c1 src/specifier.h
>  --- a/src/specifier.h   Tue Feb 26 18:02:34 2008 +0100
>  +++ b/src/specifier.h   Wed Feb 27 23:24:09 2008 +0100
>  @@ -166,7 +166,8 @@ struct specifier_methods
>                                      Lisp_Object matchspec,
>
>                                      Lisp_Object domain,
>                                      Lisp_Object instantiator,
>  -                                    Lisp_Object depth);
>  +                                    Lisp_Object depth,
>  +                                    int no_fallback);
>
>    /* Going-to-add method: Called when an instantiator is about
>       to be added to a specifier.  This function can specify
>

That fixed it.

Thanks,
  Vin



More information about the XEmacs-Patches mailing list