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

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

[nongnu] externals/sly bf157ae 10/47: Changed the name of a function in


From: ELPA Syncer
Subject: [nongnu] externals/sly bf157ae 10/47: Changed the name of a function in Clasp
Date: Thu, 17 Dec 2020 18:57:14 -0500 (EST)

branch: externals/sly
commit bf157aeff1d6f75960ba42ca7d4c162a5b0ef043
Author: Chris Schafmeister <meister@temple.edu>
Commit: João Távora <joaotavora@gmail.com>

    Changed the name of a function in Clasp
    
    SLY needed to be updated.
    
    * slynk/backend/clasp.lisp: Rework.
    
    Cherry-picked-from: SLIME commit f730dcd232cf213eafd2219af8ffd3d66e031207
    Co-authored-by: Manfred Bergmann <manfred@nnamgreb.de>
    Co-authored-by: João Távora <joaotavora@gmail.com>
    nn
---
 slynk/backend/clasp.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slynk/backend/clasp.lisp b/slynk/backend/clasp.lisp
index 27f72f9..4a330af 100644
--- a/slynk/backend/clasp.lisp
+++ b/slynk/backend/clasp.lisp
@@ -233,8 +233,8 @@
                                   *buffer-start-position*
                                   location)
             (make-file-location
-             (core:source-file-info-pathname
-              (core:source-file-info origin))
+             (core:file-scope-pathname
+              (core:file-scope origin))
              location)))))
 
 (defun signal-compiler-condition (condition origin)



reply via email to

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