Debian package: consistently use "touch $@" for stamp files
[conkeror.git] / modules / bindings / default / formfill.js
blobbc39bb31ef462234297dc3206106268d9cef04c3
1 /**
2  * (C) Copyright 2010 John J. Foerch
3  *
4  * Use, modification, and distribution are subject to the terms specified in the
5  * COPYING file.
6 **/
8 define_key(formfill_keymap, "C-n", "formfill-next");
9 define_key(formfill_keymap, "C-p", "formfill-previous");