[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nethack-el-devel] nethack-el and nethack-3.4.2
From: |
Istvan Marko |
Subject: |
[Nethack-el-devel] nethack-el and nethack-3.4.2 |
Date: |
Sun, 31 Aug 2003 19:57:31 -0700 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
Yay, 3.4.2!
enh-341.patch applies cleanly but to get it running properly the
following change is needed:
--- nethack-3.4.2/win/lisp/winlisp.c.orig 2003-08-31 19:52:56.000000000
-0700
+++ nethack-3.4.2/win/lisp/winlisp.c 2003-08-31 19:50:29.000000000 -0700
@@ -228,6 +228,7 @@
struct window_procs lisp_procs = {
"lisp",
WC_COLOR|WC_HILITE_PET,
+ 0L,
lisp_init_nhwindows,
lisp_player_selection,
lisp_askname,
--
Istvan