aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-10-11 06:40:24 +0000
committerJim Blandy <[email protected]>1992-10-11 06:40:24 +0000
commit5e67fbc2f09c113e473a40b0b72923c9f53e67d8 (patch)
tree01da9f15ace994e262db2e288992b718b98825fe /src
parentbc78232cf6e1a6b9ba154017d160bfbe0e265de2 (diff)
* emacs.c (main): Call keys_of_frame.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index b288af0e2b..dcfc0a72f8 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -563,6 +563,7 @@ main (argc, argv, envp)
keys_of_macros ();
keys_of_minibuf ();
keys_of_window ();
+ keys_of_frame ();
}
if (!initialized)