Mercurial > emacs
changeset 9214:a31be7afcc83
(keys_of_frame): Make binding for delete-frame.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 01 Oct 1994 21:24:44 +0000 |
parents | 177bb6670a97 |
children | fa3883c219ea |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Sat Oct 01 21:10:38 1994 +0000 +++ b/src/frame.c Sat Oct 01 21:24:44 1994 +0000 @@ -1828,6 +1828,7 @@ keys_of_frame () { initial_define_lispy_key (global_map, "switch-frame", "handle-switch-frame"); + initial_define_lispy_key (global_map, "delete-frame", "handle-delete-frame"); } #else /* not MULTI_FRAME */