From 3184597f55b72bbc29e690e9c25b21800f44bde0 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 26 Oct 2002 04:24:12 +0000 Subject: [PATCH] Add default modes for .inc and .xml files. --- v7/src/edwin/dosfile.scm | 9 ++++++--- v7/src/edwin/unix.scm | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/v7/src/edwin/dosfile.scm b/v7/src/edwin/dosfile.scm index aaca53fc0..b5d3dc39a 100644 --- a/v7/src/edwin/dosfile.scm +++ b/v7/src/edwin/dosfile.scm @@ -1,8 +1,8 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dosfile.scm,v 1.37 2000/04/30 22:17:03 cph Exp $ +;;; $Id: dosfile.scm,v 1.38 2002/10/26 04:24:12 cph Exp $ ;;; -;;; Copyright (c) 1994-2000 Massachusetts Institute of Technology +;;; Copyright (c) 1994-2000, 2002 Massachusetts Institute of Technology ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -16,7 +16,8 @@ ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; DOS-Syntax File Customizations @@ -431,6 +432,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'." ("h" . c) ("htm" . html) ("html" . html) + ("inc" . php) ("java" . java) ("pas" . pascal) ("php" . php) @@ -440,6 +442,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'." ("text" . text) ("txi" . texinfo) ("txt" . text) + ("xml" . html) ("y" . c)))) (define (os/init-file-name) diff --git a/v7/src/edwin/unix.scm b/v7/src/edwin/unix.scm index 1c6e9184a..2b54e3907 100644 --- a/v7/src/edwin/unix.scm +++ b/v7/src/edwin/unix.scm @@ -1,8 +1,8 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: unix.scm,v 1.109 2000/07/28 15:15:35 cph Exp $ +;;; $Id: unix.scm,v 1.110 2002/10/26 04:24:00 cph Exp $ ;;; -;;; Copyright (c) 1989-2000 Massachusetts Institute of Technology +;;; Copyright (c) 1989-2000, 2002 Massachusetts Institute of Technology ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -16,7 +16,8 @@ ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Unix Customizations for Edwin @@ -313,6 +314,7 @@ Includes the new backup. Must be > 0." ("h" . c) ("htm" . html) ("html" . html) + ("inc" . php) ("java" . java) ("pas" . pascal) ("php" . php) @@ -322,6 +324,7 @@ Includes the new backup. Must be > 0." ("text" . text) ("txi" . texinfo) ("txt" . text) + ("xml" . html) ("y" . c)))) (define (os/init-file-name) -- 2.25.1