19 lines
664 B
Plaintext
19 lines
664 B
Plaintext
$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) &" */
|
|
|