summaryrefslogtreecommitdiff
path: root/lang/smalleiffel/patches/patch-ac
blob: 4a6327096567c58e63116dcd22ceee4919b2eb76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 1999/10/13 19:03:39 jlam Exp $

--- lib_se/globals.e.orig	Sat Jun  5 14:51:02 1999
+++ lib_se/globals.e	Wed Oct 13 06:13:22 1999
@@ -460,7 +460,7 @@
    backup_suffix: STRING is ".bak";
          -- Backup suffix for command `pretty'.
 
-   help_suffix: STRING is ".txt";
+   help_suffix: STRING is ".html";
          -- Suffix for SmallEiffel On-line Help Files.
 
    class_suffix: STRING is ".class";