Debian package: consistently use "touch $@" for stamp files
[conkeror.git] / modules / bindings / default / quote.js
blob4dae7a2a36558bca94157d93dbc4f0928e7c53bb
1 /**
2  * (C) Copyright 2008 Jeremy Maitin-Shepard
3  * (C) Copyright 2009-2010 John J. Foerch
4  *
5  * Use, modification, and distribution are subject to the terms specified in the
6  * COPYING file.
7 **/
9 define_fallthrough(quote_next_keymap, match_any_key);
10 define_key(quote_next_keymap, match_any_key, "quote-next-mode-disable", $fallthrough);
12 define_fallthrough(quote_keymap, match_not_escape_key);
13 define_key(quote_keymap, "escape", "quote-mode-disable");
14 define_key(quote_keymap, "M-escape", "quote-mode-disable");
15 define_key(quote_keymap, match_any_key, null, $fallthrough);