comparison lisp/psgml/psgml.el @ 185:3d6bfa290dbd r20-3b19

Import from CVS: tag r20-3b19
author cvs
date Mon, 13 Aug 2007 09:55:28 +0200
parents cca96a509cfe
children eb5470882647
comparison
equal deleted inserted replaced
184:bcd2674570bf 185:3d6bfa290dbd
1 ;;; psgml.el --- SGML-editing mode with parsing support 1 ;;; psgml.el --- SGML-editing mode with parsing support
2 ;; $Id: psgml.el,v 1.7 1997/04/10 05:55:50 steve Exp $ 2 ;; $Id: psgml.el,v 1.8 1997/09/03 02:55:43 steve Exp $
3 3
4 ;; Copyright (C) 1993, 1994, 1995, 1996 Lennart Staflin 4 ;; Copyright (C) 1993, 1994, 1995, 1996 Lennart Staflin
5 ;; Copyright (C) 1992 Free Software Foundation, Inc. 5 ;; Copyright (C) 1992 Free Software Foundation, Inc.
6 6
7 ;; Author: Lennart Staflin <lenst@lysator.liu.se> 7 ;; Author: Lennart Staflin <lenst@lysator.liu.se>
382 (defcustom sgml-public-map (sgml-parse-colon-path 382 (defcustom sgml-public-map (sgml-parse-colon-path
383 (or (getenv "SGML_PATH") 383 (or (getenv "SGML_PATH")
384 ;; Wing change 384 ;; Wing change
385 (concat "%S:" (directory-file-name 385 (concat "%S:" (directory-file-name
386 sgml-data-directory) 386 sgml-data-directory)
387 "%o/%c/%d"))) 387 "/%o/%c/%d")))
388 388
389 "*Mapping from public identifiers to file names. 389 "*Mapping from public identifiers to file names.
390 This is a list of possible file names. To find the file for a public 390 This is a list of possible file names. To find the file for a public
391 identifier the elements of the list are used one at the time from the 391 identifier the elements of the list are used one at the time from the
392 beginning. If the element is a string a file name is constructed from 392 beginning. If the element is a string a file name is constructed from