changeset 1384:416f7f33fe95

* emacs.c (main): Call keys_of_frame.
author Jim Blandy <jimb@redhat.com>
date Sun, 11 Oct 1992 06:40:24 +0000
parents 54028d2538a4
children a4a205bdd2c1
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Sun Oct 11 06:39:13 1992 +0000
+++ b/src/emacs.c	Sun Oct 11 06:40:24 1992 +0000
@@ -563,6 +563,7 @@
       keys_of_macros ();
       keys_of_minibuf ();
       keys_of_window ();
+      keys_of_frame ();
     }
 
   if (!initialized)