Browse Source

fix built dtool.emacs

David Rose 20 years ago
parent
commit
44765047d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/attach/dtool.emacs

+ 1 - 1
dtool/src/attach/dtool.emacs

@@ -253,7 +253,7 @@
   (if (string= proj-name "DTOOL") nil
     (let ((pre-name (getenv proj-name)))
       (if pre-name
-          (let ((filename (concat pre-name "/etc/" 
+          (let ((filename (concat pre-name "/built/etc/" 
                                   (downcase proj-name) ".emacs")))
             (if (file-readable-p filename)
                 (load filename))