diff -u c:\Program Files\Xemacs\xemacs-packages\lisp\psgml\psgml.el.~1~ c:\Program
Files\Xemacs\xemacs-packages\lisp\psgml\psgml.el
--- c:\Program Files\Xemacs\xemacs-packages\lisp\psgml\psgml.el.~1~ Mon Aug 21 17:36:30
2000
+++ c:\Program Files\Xemacs\xemacs-packages\lisp\psgml\psgml.el Mon Aug 21 17:36:30 2000
@@ -426,7 +426,8 @@
(concat "%S" path-separator
(directory-file-name
sgml-data-directory)
- "%o/%c/%d")))
+ "%o" (string directory-sep-char)
+ "%c" (string directory-sep-char) "%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
Show replies by date