Added Debian build environment based on Axel Beckert's most recent revision:
[conkeror.git] / debian / patches / sensible-editor.diff
blobdebae82f50051b4bd8be77032040fb1fb8bc1c60
1 Index: conkeror-0.9~git080819/modules/external-editor.js
2 ===================================================================
3 --- conkeror-0.9~git080819.orig/modules/external-editor.js 2008-08-19 20:37:21.000000000 +0200
4 +++ conkeror-0.9~git080819/modules/external-editor.js 2008-08-19 20:44:21.000000000 +0200
5 @@ -5,7 +5,7 @@
6 * COPYING file.
7 **/
9 -define_variable("editor_shell_command", getenv("VISUAL") || getenv("EDITOR") || "emacs",
10 +define_variable("editor_shell_command", "/usr/bin/sensible-editor",
11 "Shell command used to invoke an external editor.\n" +
12 "This defaults to the value of the EDITOR environment variable. If " +
13 "`run_external_editor_function' is non-null, it is used instead to " +