emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/slime 20117823c9 4/4: definition-source-file-location: fal


From: ELPA Syncer
Subject: [nongnu] elpa/slime 20117823c9 4/4: definition-source-file-location: fall back to 0.
Date: Thu, 25 Apr 2024 16:01:05 -0400 (EDT)

branch: elpa/slime
commit 20117823c9aa3dc6f757c5577f12643bf2f5328f
Author: Stas Boukarev <stassats@gmail.com>
Commit: Stas Boukarev <stassats@gmail.com>

    definition-source-file-location: fall back to 0.
---
 swank/sbcl.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swank/sbcl.lisp b/swank/sbcl.lisp
index 9e7e06f512..ada18abff6 100644
--- a/swank/sbcl.lisp
+++ b/swank/sbcl.lisp
@@ -946,7 +946,8 @@ QUALITIES is an alist with (quality . value)"
                           (ignore-errors
                            (source-file-position namestring file-write-date
                                                  form-path))))
-                    character-offset))
+                    character-offset
+                    0))
            (snippet (source-hint-snippet namestring file-write-date pos)))
       (make-location `(:file ,namestring)
                      ;; /file positions/ in Common Lisp start from



reply via email to

[Prev in Thread] Current Thread [Next in Thread]