emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash during access_keymap


From: Richard M. Stallman
Subject: Re: Crash during access_keymap
Date: Tue, 15 Nov 2005 18:22:01 -0500

    The following doesn't CHECK_IMPURE:

    #define XSETCAR(c,n) (XCAR_AS_LVALUE(c) = (n))
    #define XSETCDR(c,n) (XCDR_AS_LVALUE(c) = (n))

The function that uses those macros is responsible for doing
CHECK_IMPURE when appropriate.

If you see a specific function that needs to do this,
would you please fix it?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]