emacs-devel
[Top][All Lists]
Advanced

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

Re: Debugger and mode-line


From: Richard Stallman
Subject: Re: Debugger and mode-line
Date: Sun, 16 Jul 2006 21:41:07 -0400

    how about the following?  is it true that using
    `record_unwind_save_match_data' means it is not
    necessary to use a separate auto var?

Yes.  Would someone please install this change:

    *** xdisp.c 1 Jul 2006 23:29:04 -0000       1.1109
    --- xdisp.c 16 Jul 2006 10:24:53 -0000
    ***************
    *** 16542,16547 ****
    --- 16542,16548 ----
           kboard-local variables in the mode_line_format will get the right
           values.  */
        push_frame_kboard (it.f);
    +   record_unwind_save_match_data ();
        display_mode_element (&it, 0, 0, 0, format, Qnil, 0);
        pop_frame_kboard ();




reply via email to

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