diff options
Diffstat (limited to 'math/slsc/files/patch-aa')
-rw-r--r-- | math/slsc/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/slsc/files/patch-aa b/math/slsc/files/patch-aa new file mode 100644 index 00000000000..8c8274ebd27 --- /dev/null +++ b/math/slsc/files/patch-aa @@ -0,0 +1,11 @@ +--- src/sc.c.orig Mon Aug 26 16:17:19 1996 ++++ src/sc.c Fri Dec 31 11:34:54 1999 +@@ -870,7 +870,7 @@ + sc_init_keymaps (); + + init_slcmd_table (); +- SLang_Error_Routine = slang_sc_error; ++ /* SLang_Error_Routine = slang_sc_error; */ + + for (i = 0; i < SC_REGION_COLOR; i++) + SLtt_set_mono (i, NULL, 0); |