[slime-cvs] CVS slime
heller
heller at common-lisp.net
Tue Dec 5 13:00:42 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv20755
Modified Files:
swank-source-file-cache.lisp
Log Message:
(buffer-first-change): Always return nil.
--- /project/slime/cvsroot/slime/swank-source-file-cache.lisp 2006/12/05 12:58:12 1.7
+++ /project/slime/cvsroot/slime/swank-source-file-cache.lisp 2006/12/05 13:00:42 1.8
@@ -43,7 +43,8 @@
This is a win if the user then saves the file and tries to M-. into it."
(unless (source-cached-p filename)
(ignore-errors
- (source-cache-get filename (file-write-date filename)))))
+ (source-cache-get filename (file-write-date filename))))
+ nil)
(defun get-source-code (filename code-date)
"Return the source code for FILENAME as written on DATE in a string.
More information about the slime-cvs
mailing list