From ce5da22b7076167a515a6a0b602b22b67022e5ff Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 14 Feb 1999 10:41:19 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'. --- editors/psgml/files/patch-ac | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 editors/psgml/files/patch-ac (limited to 'editors/psgml/files/patch-ac') diff --git a/editors/psgml/files/patch-ac b/editors/psgml/files/patch-ac deleted file mode 100644 index 640c089d0e43..000000000000 --- a/editors/psgml/files/patch-ac +++ /dev/null @@ -1,27 +0,0 @@ ---- psgml.el.orig Mon Nov 16 06:45:03 1998 -+++ psgml.el Sat Jan 23 19:14:44 1999 -@@ -335,7 +335,7 @@ - (put 'sgml-system-path 'sgml-type 'file-list) - - (defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH")) -- '("%S" "/usr/local/lib/sgml/%o/%c/%d" )) -+ '("%S" "@prefix@/share/sgml/%o/%c/%d" )) - "*Mapping from public identifiers to file names. - This is a list of possible file names. To find the file for a public - identifier the elements of the list are used one at the time from the -@@ -361,13 +361,13 @@ - (defvar sgml-catalog-files (or (delete nil - (sgml-parse-colon-path - (getenv "SGML_CATALOG_FILES"))) -- '("catalog" "/usr/local/lib/sgml/catalog")) -+ '("catalog" "@prefix@/share/sgml/catalog")) - "*List of catalog entry files. - The files are in the format defined in the SGML Open Draft Technical - Resolution on Entity Management.") - (put 'sgml-catalog-files 'sgml-type 'file-list) - --(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/local/lib/sgml/ECAT") -+(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "@prefix@/share/sgml/ECAT") - "*List of catalog files for PSGML.") - (put 'sgml-ecat-files 'sgml-type 'file-list) - -- cgit v1.2.3