aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index a85a62b9955..8d9a1ea4a8e 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1723,6 +1723,7 @@ For values specific to the separate minibuffer frame, see\n\
1723 defsubr (&Sselected_frame); 1723 defsubr (&Sselected_frame);
1724 defsubr (&Swindow_frame); 1724 defsubr (&Swindow_frame);
1725 defsubr (&Sframe_root_window); 1725 defsubr (&Sframe_root_window);
1726 defsubr (&Sframe_first_window);
1726 defsubr (&Sframe_selected_window); 1727 defsubr (&Sframe_selected_window);
1727 defsubr (&Sset_frame_selected_window); 1728 defsubr (&Sset_frame_selected_window);
1728 defsubr (&Sframe_list); 1729 defsubr (&Sframe_list);