New code to do Debian changelogs.
authorChris Hanson <org/chris-hanson/cph>
Tue, 6 Feb 2001 04:19:13 +0000 (04:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 6 Feb 2001 04:19:13 +0000 (04:19 +0000)
v7/src/edwin/Makefile.in
v7/src/edwin/fileio.scm

index dc70ed03150f5f7d407c6a560f0fe7fda3f5ac3b..f763a99c0cb429697e4e58fb9f3bc9bd3fa22adf 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.3 2000/12/25 05:43:43 cph Exp $
+# $Id: Makefile.in,v 1.4 2001/02/06 04:15:35 cph Exp $
 #
-# Copyright (c) 2000 Massachusetts Institute of Technology
+# Copyright (c) 2000-2001 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 published by
@@ -63,8 +63,8 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 AUXDIR = @AUXDIR@
 EDDIR = $(AUXDIR)/edwin
 EODIR = $(EDDIR)/autoload
-EDOPTS = eystep manual midas nntp pasmod print pwedit pwparse snr sort \
-        techinfo telnet tximod verilog vhdl webster
+EDOPTS = debian-changelog eystep manual midas nntp pasmod print pwedit \
+        pwparse snr sort techinfo telnet tximod verilog vhdl webster
 
 all:
        echo "No ALL action"
index 090e053236cc53a73eb8e364b3accbd7022301f6..6be0ed5deb8cfe7729f6ea10e7b2557c81d7b0f2 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: fileio.scm,v 1.152 2000/03/25 20:32:40 cph Exp $
+;;; $Id: fileio.scm,v 1.153 2001/02/06 04:19:13 cph Exp $
 ;;;
-;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
+;;; Copyright (c) 1986, 1989-2001 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
@@ -319,7 +319,7 @@ of the predicates is satisfied, the file is written in the usual way."
   "Alist of filename patterns vs corresponding major modes.
 Each element looks like (REGEXP . MODE).
 Visiting a file whose name matches REGEXP causes MODE to be used."
-  '()
+  '((".+/debian/changelog$" . DEBIAN-CHANGELOG))
   string->mode-alist?)
 
 (define-variable file-type-to-major-mode