emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Mon, 17 Jun 2002 14:45:01 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.418 emacs/src/window.c:1.419
*** emacs/src/window.c:1.418    Sat Jun 15 10:20:52 2002
--- emacs/src/window.c  Mon Jun 17 14:45:01 2002
***************
*** 5147,5153 ****
        selected_window = Qnil;
        if (EQ (XWINDOW (data->current_window)->buffer, new_current_buffer))
        set_marker_restricted (XWINDOW (data->current_window)->pointm,
!                              old_point,
                               XWINDOW (data->current_window)->buffer);
                  
        Fselect_window (data->current_window);
--- 5147,5153 ----
        selected_window = Qnil;
        if (EQ (XWINDOW (data->current_window)->buffer, new_current_buffer))
        set_marker_restricted (XWINDOW (data->current_window)->pointm,
!                              make_number (old_point),
                               XWINDOW (data->current_window)->buffer);
                  
        Fselect_window (data->current_window);



reply via email to

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