comparison src/keymap.c @ 104925:54e4fb84ea5d

(get_keymap): Return the actual keymap symbol rather than t for autoloaded keymaps when autoloading is not allowed (bug#4393).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Sep 2009 02:14:05 +0000
parents c603ee2aac17
children 4556ab401b02
comparison
equal deleted inserted replaced
104924:301d9a019c4f 104925:54e4fb84ea5d
290 UNGCPRO; 290 UNGCPRO;
291 291
292 goto autoload_retry; 292 goto autoload_retry;
293 } 293 }
294 else 294 else
295 return Qt; 295 return object;
296 } 296 }
297 } 297 }
298 } 298 }
299 299
300 end: 300 end: