--- 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