diff options
Diffstat (limited to 'src/interp/patches.lisp')
| -rw-r--r-- | src/interp/patches.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp index 822b7b52..8a882005 100644 --- a/src/interp/patches.lisp +++ b/src/interp/patches.lisp @@ -203,7 +203,7 @@ (|resetWorkspaceVariables|)) (setq |$specialCharacters| |$plainRTspecialCharacters|) - (load (make-absolute-filename "lib/interp/obey")) + (load (|makeAbsoluteFilename| "lib/interp/obey")) (system:disksave filename :restart-function restart-hook :full-gc t)) #+:Lucid (define-function 'user::save-system #'boot::save-system) (defun |undoINITIALIZE| () ()) |
