diff lisp/psgml/psgml-html.el @ 88:821dec489c24 r20-0

Import from CVS: tag r20-0
author cvs
date Mon, 13 Aug 2007 09:09:59 +0200
parents ac0620f6398e
children 4be1180a9e89
line wrap: on
line diff
--- a/lisp/psgml/psgml-html.el	Mon Aug 13 09:09:05 2007 +0200
+++ b/lisp/psgml/psgml-html.el	Mon Aug 13 09:09:59 2007 +0200
@@ -30,9 +30,13 @@
 
 ;;; Code:
 
+(defvar html-auto-sgml-entity-conversion nil
+  "*Control automatic sgml entity to ISO-8859-1 conversion")
+
 (require 'psgml)
 (require 'derived)
-(require 'iso-sgml)
+(when html-auto-sgml-entity-conversion
+  (require 'iso-sgml))
 (require 'tempo)			;essential part of html-helper-mode
 
 ;;{{{ user variables