Missed a compatibility alias.
authorChris Hanson <org/chris-hanson/cph>
Mon, 6 Feb 2006 18:26:54 +0000 (18:26 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 6 Feb 2006 18:26:54 +0000 (18:26 +0000)
v7/src/edwin/htmlmode.scm

index 47c3db2e01cb37cb03a325e7103d6fbcc0e78829..6441fee4b3d7412b48880ec5e93e2fabb0de7392 100644 (file)
@@ -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