mozart (1.4.0-8) contrib/doc/code/Fontifier.oz

Summary

 contrib/doc/code/Fontifier.oz |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

    
download this patch

Patch contents

--- mozart-1.4.0.orig/contrib/doc/code/Fontifier.oz
+++ mozart-1.4.0/contrib/doc/code/Fontifier.oz
@@ -42,8 +42,6 @@
 %%% {Fontifier.loadpath.push DIR}
 %%%
 %%%	LOADPATH is a list of directories to add to emacs load-path.
-%%% The default adds $OZHOME/share/elisp to search for oz specific
-%%% elisp libraries.
 %%%
 %%% {Fontifier.requires.get  FILES}
 %%% {Fontifier.requires.set  FILES}
@@ -142,7 +140,8 @@
    ProcessRequest
 define
    EMACS = {NewCell 'emacs'}
-   EPATH = {NewCell [{Property.get 'oz.home'}#'/share/elisp']}
+   %% Changed for Debian/GNU: elisp files will be found on default path
+   EPATH = {NewCell nil}
    ELOAD = {NewCell ['oz' 'Fontifier']}
 
    ApiEmacs = o(get :proc {$ X} {Access EMACS X} end