[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Sat Sep 15 14:29:02 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv8497
Modified Files:
slime.el
Log Message:
* slime.el (slime-maybe-warn-for-different-source-root): Catch
returned NIL from `slime-file-name-merge-source-root' if the two
filenames don't share a common source root.
Reported by Frank Goenninger.
--- /project/slime/cvsroot/slime/slime.el 2007/09/15 14:23:43 1.862
+++ /project/slime/cvsroot/slime/slime.el 2007/09/15 14:29:01 1.863
@@ -4626,7 +4626,7 @@
buffer-filename)))
(when (and guessed-target
(not (equal guessed-target target-filename))
- (or t (file-exists-p guessed-target)))
+ (file-exists-p guessed-target))
(slime-message "Attention: This is `%s'."
(concat (slime-highlight-differences-in-dirname
(file-name-directory target-filename)
More information about the slime-cvs
mailing list