Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.828 emacs/src/keyboard.c:1.829
*** emacs/src/keyboard.c:1.828  Wed Jun  8 15:18:49 2005
--- emacs/src/keyboard.c        Fri Jun 10 02:26:58 2005
***************
*** 1509,1515 ****
         Is this a good idea?  */
        if (FRAMEP (internal_last_event_frame)
          && !EQ (internal_last_event_frame, selected_frame))
!       Fselect_frame (internal_last_event_frame, Qnil);
  #endif
        /* If it has changed current-menubar from previous value,
         really recompute the menubar from the value.  */
--- 1509,1515 ----
         Is this a good idea?  */
        if (FRAMEP (internal_last_event_frame)
          && !EQ (internal_last_event_frame, selected_frame))
!       Fselect_frame (internal_last_event_frame);
  #endif
        /* If it has changed current-menubar from previous value,
         really recompute the menubar from the value.  */


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to