diff 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
line wrap: on
line diff
--- a/src/keymap.c	Fri Sep 11 01:11:37 2009 +0000
+++ b/src/keymap.c	Fri Sep 11 02:14:05 2009 +0000
@@ -292,7 +292,7 @@
 		  goto autoload_retry;
 		}
 	      else
-	      	return Qt;
+	      	return object;
 	    }
 	}
     }