1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/chinese/pine4/files/patch-al
Steve Price 615932e686 Update to version 4.20.
PR:		14575
Submitted by:	maintainer
1999-11-01 00:41:02 +00:00

12 lines
312 B
Plaintext

--- pico/ebind.h.orig Sat Feb 28 08:10:31 1998
+++ pico/ebind.h Thu Oct 14 10:53:41 1999
@@ -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},