diff lisp/psgml/psgml-charent.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/psgml/psgml-charent.el	Mon Aug 13 08:45:53 2007 +0200
+++ b/lisp/psgml/psgml-charent.el	Mon Aug 13 08:46:35 2007 +0200
@@ -1,6 +1,6 @@
 ;;;; psgml-charent.el
 ;;; Last edited: Mon Nov 28 22:18:09 1994 by lenst@lysistrate (Lennart Staflin)
-;;; $Id: psgml-charent.el,v 1.1.1.1 1996/12/18 03:35:18 steve Exp $
+;;; $Id: psgml-charent.el,v 1.1.1.2 1996/12/18 03:47:13 steve Exp $
 
 ;; Copyright (C) 1994 Lennart Staflin
 
@@ -31,12 +31,13 @@
 ;;;; Code:
 
 (provide 'psgml-charent)
+(require 'psgml-parse)
 
 
 ;;;; Variable declarations
 
 (defvar sgml-display-char-list-filename
-  (expand-file-name sgml-data-directory "iso88591.map")
+  "iso88591.map"
   "*Name of file holding relations between character codes and character
 names of displayable characters")
 
@@ -114,7 +115,4 @@
 
 
 
-
-(require 'psgml-parse)
-
 ;;; psgml-charent.el ends here