aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-19 22:11:05 +0000
committerRichard M. Stallman1994-05-19 22:11:05 +0000
commitd446a85621b43aa55941e89ba4b18a007599ae05 (patch)
treea03c18b9d2f2913fda56c50d71fe1bacb7ebc078 /src
parent17c4c3c40d66966648ae174a716a6a6aff7b574b (diff)
downloademacs-d446a85621b43aa55941e89ba4b18a007599ae05.tar.gz
emacs-d446a85621b43aa55941e89ba4b18a007599ae05.zip
(syms_of_frame): Set up frame-first-window as Lisp fn.
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);