Make three functions that create commands be skipped in stack trace.
commit9ca1497ff54cb1d309b0ba139150a6ccb4a33883
authorDavid Glasser <glasser@davidglasser.net>
Fri, 28 Mar 2008 22:25:19 +0000 (28 15:25 -0700)
committerNelson Elhage <nelhage@mit.edu>
Fri, 28 Mar 2008 23:14:32 +0000 (28 19:14 -0400)
tree9e80cad2b9a04621e8b65cf169b83fc8c0519dab
parentd615723775d5b5414332df7f6dfed31cde4f995c
Make three functions that create commands be skipped in stack trace.

Commands created by define_content_buffer_input_mode,
define_key_alias, and define_sticky_modifier now have
their source ref be the caller of the define_* function,
not the define_* function itself.
modules/content-buffer-input.js
modules/global-overlay-keymap.js