From: Chris Hanson Date: Mon, 6 Feb 2006 18:26:54 +0000 (+0000) Subject: Missed a compatibility alias. X-Git-Tag: 20090517-FFI~1102 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5e66aa9a5067e8389f6d4a8cdd0c144332364eb2;p=mit-scheme.git Missed a compatibility alias. --- diff --git a/v7/src/edwin/htmlmode.scm b/v7/src/edwin/htmlmode.scm index 47c3db2e0..6441fee4b 100644 --- a/v7/src/edwin/htmlmode.scm +++ b/v7/src/edwin/htmlmode.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: htmlmode.scm,v 1.12 2006/02/06 18:24:52 cph Exp $ +$Id: htmlmode.scm,v 1.13 2006/02/06 18:26:54 cph Exp $ Copyright 1999,2000,2001,2002,2003,2006 Massachusetts Institute of Technology @@ -100,6 +100,7 @@ USA. ;; Backwards compatibility: (define edwin-mode$html edwin-mode$xml) (define edwin-command$html-mode edwin-command$xml-mode) +(define edwin-variable$html-mode-hook edwin-variable$xml-mode-hook) (define edwin-variable$html-mode-abbrev-table edwin-variable$xml-mode-abbrev-table) (define html-syntax-table xml-syntax-table) \ No newline at end of file