aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-27 09:23:53 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-27 09:23:53 +0000
commit14b9870f513aa919bd23112f39391d5ed2cf9673 (patch)
treea49114ea65f6a760707fcd88bddcf27367096e9f /src/interp/debug.lisp
parente813f56af68f00663d6df03c4ed1ff6f85873716 (diff)
downloadopen-axiom-14b9870f513aa919bd23112f39391d5ed2cf9673.tar.gz
Rename $FINDFILE to findFile/
Diffstat (limited to 'src/interp/debug.lisp')
-rw-r--r--src/interp/debug.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/debug.lisp b/src/interp/debug.lisp
index e97cc1fc..92e88a3d 100644
--- a/src/interp/debug.lisp
+++ b/src/interp/debug.lisp
@@ -206,7 +206,7 @@
(SETQ INFILE (|pathname| INFILE))
(COND
( EDITFLAG
- ;;%% next form is used because $FINDFILE seems to screw up
+ ;;%% next form is used because findFile seems to screw up
;;%% sometimes. The stream is opened and closed several times
;;%% in case the filemode has changed during editing.
(SETQ EDINFILE (|makeInputFilename| INFILE))