summaryrefslogtreecommitdiff
path: root/games/fkiss/patches/patch-ac
blob: 2f6d883f4d437685fedb5507a8dbe348ae34029c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ac,v 1.2 2003/12/04 00:28:02 ben Exp $

--- fkiss.c.orig	2001-11-11 22:56:51.000000000 -0800
+++ fkiss.c
@@ -85,11 +85,11 @@ static ARTBL artype[] = {
  * Document file browse command
  * Uncomment only one line in following #define DOC_COMMAND lines.
  */
-#define DOC_COMMAND	"xemacs"
+/* #define DOC_COMMAND	"xemacs" */
 /* #define DOC_COMMAND	"xemacs --eval '(view-file \"%P\")'" */
 /* #define DOC_COMMAND	"emacs" */
 /* #define DOC_COMMAND	"kedit" */
-/* #define DOC_COMMAND	"xterm -e less" */
+#define DOC_COMMAND	"xterm -e less"
 /* #define DOC_COMMAND	"kterm -e less" */
 /* #define DOC_COMMAND	"(cd %A; kterm -km sjis -e jless %F) &" */