buffer.override_keymaps: dealt with privately inside buffer
[conkeror.git] / modules / user-agent.js
blobf9b456c8ccbe0390e2f61e1f481a4e1f73fce507
1 /**
2  * (C) Copyright 2007-2010 John J. Foerch
3  * (C) Copyright 2007-2008 Jeremy Maitin-Shepard
4  *
5  * Use, modification, and distribution are subject to the terms specified in the
6  * COPYING file.
7 **/
9 default_pref("general.useragent.extra.conkeror", "Conkeror/"+version);
11 function set_user_agent (str) {
12     session_pref("general.useragent.override", str);