;** ;** BRIEF -- Basic Reconfigurable Interactive Editing Facility ;** ;** Written by Dave Nanian and Michael Strickman. ;** ;** ;** old.m: ;** ;** This macro creates key assignments compatible with BRIEF v1.33. ;** (macro old ( (assign_to_key "" "top_of_window") (assign_to_key "" "end_of_window") (assign_to_key "" "top_of_buffer") (assign_to_key "" "end_of_buffer") (assign_to_key "" "beginning_of_line") (assign_to_key "" "end_of_line") (assign_to_key "" "search_case") (assign_to_key "" "search_again") (assign_to_key "" "delete_curr_buffer") (assign_to_key "" "edit_prev_buffer") (assign_to_key "" "search_back") (assign_to_key "" "mark") ) )