1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/chinese/pine4/files/patch-ak
Vanilla I. Shu 0a5e44aa58 Upgrade to 4.02,
Submitted by:	maintainer
1998-07-30 12:30:41 +00:00

12 lines
312 B
Plaintext

--- pico/ebind.h.orig Sat Feb 28 08:10:31 1998
+++ pico/ebind.h Tue Jul 28 08:35:00 1998
@@ -145,7 +145,7 @@
{CTRL|'O', filewrite},
{CTRL|'P', backline},
{CTRL|'R', insfile},
-#ifdef SPELLER
+#if defined(SPELLER) && !defined(__FreeBSD__)
{CTRL|'T', spell},
#endif /* SPELLER */
{CTRL|'U', yank},