comparison src/keymap.c @ 2755:ed10207955a4

(current_minor_maps): Call Findirect_function, so symbols can be used in place of actual maps.
author Richard M. Stallman <rms@gnu.org>
date Thu, 13 May 1993 00:20:51 +0000
parents 93eda5bbc4df
children cf431814ce6a
comparison
equal deleted inserted replaced
2754:af06c054b48f 2755:ed10207955a4
728 } 728 }
729 else 729 else
730 break; 730 break;
731 } 731 }
732 cmm_modes[i] = var; 732 cmm_modes[i] = var;
733 cmm_maps [i] = XCONS (assoc)->cdr; 733 cmm_maps [i] = Findirect_function (XCONS (assoc)->cdr);
734 i++; 734 i++;
735 } 735 }
736 736
737 if (modeptr) *modeptr = cmm_modes; 737 if (modeptr) *modeptr = cmm_modes;
738 if (mapptr) *mapptr = cmm_maps; 738 if (mapptr) *mapptr = cmm_maps;