[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/keyboard.c
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/src/keyboard.c |
Date: |
Thu, 09 Jun 2005 22:26:58 -0400 |
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. */