mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
Fix typo.
This commit is contained in:
parent
19cf5432fa
commit
40ae145bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -7435,7 +7435,7 @@ update_menu_bar (f, save_match_data)
|
|||
window = FRAME_SELECTED_WINDOW (f);
|
||||
w = XWINDOW (window);
|
||||
|
||||
#if 0 /* The if statment below this if statement used to include the
|
||||
#if 0 /* The if statement below this if statement used to include the
|
||||
condition !NILP (w->update_mode_line), rather than using
|
||||
update_mode_lines directly, and this if statement may have
|
||||
been added to make that condition work. Now the if
|
||||
|
|
|
|||
Loading…
Reference in a new issue