comparison src/emacs.c @ 41261:64f4656ac3b3

(main): Don't call `keys_of_frame' any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Nov 2001 06:41:44 +0000
parents fd83ec62a495
children e669966d496e
comparison
equal deleted inserted replaced
41260:7b8e69a19748 41261:64f4656ac3b3
1490 keys_of_buffer (); 1490 keys_of_buffer ();
1491 keys_of_keyboard (); 1491 keys_of_keyboard ();
1492 keys_of_keymap (); 1492 keys_of_keymap ();
1493 keys_of_minibuf (); 1493 keys_of_minibuf ();
1494 keys_of_window (); 1494 keys_of_window ();
1495 keys_of_frame ();
1496 } 1495 }
1497 1496
1498 if (!noninteractive) 1497 if (!noninteractive)
1499 { 1498 {
1500 #ifdef VMS 1499 #ifdef VMS