[slime-cvs] CVS slime
heller
heller at common-lisp.net
Tue Dec 5 12:58:12 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv16990
Modified Files:
swank-source-file-cache.lisp
Log Message:
*** empty log message ***
--- /project/slime/cvsroot/slime/swank-source-file-cache.lisp 2006/11/26 18:08:30 1.6
+++ /project/slime/cvsroot/slime/swank-source-file-cache.lisp 2006/12/05 12:58:12 1.7
@@ -41,8 +41,7 @@
(defimplementation buffer-first-change (filename)
"Load a file into the cache when the user modifies its buffer.
This is a win if the user then saves the file and tries to M-. into it."
- (unless (or (source-cached-p filename)
- (not (ignore-errors (probe-file filename))))
+ (unless (source-cached-p filename)
(ignore-errors
(source-cache-get filename (file-write-date filename)))))
More information about the slime-cvs
mailing list