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

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

[nongnu] elpa/slime 799a05f5b8 36/44: sb-mop=>swank-mop


From: ELPA Syncer
Subject: [nongnu] elpa/slime 799a05f5b8 36/44: sb-mop=>swank-mop
Date: Fri, 29 Dec 2023 01:00:06 -0500 (EST)

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

    sb-mop=>swank-mop
---
 swank.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swank.lisp b/swank.lisp
index edc11ddc3a..928d3d3844 100644
--- a/swank.lisp
+++ b/swank.lisp
@@ -2626,7 +2626,7 @@ the filename of the module (or nil if the file doesn't 
exist).")
         (disassemble (if (typep definition 'method)
                          (or #+#.(swank/backend:with-symbol 
'%method-function-fast-function 'sb-pcl)
                              (sb-pcl::%method-function-fast-function 
(swank-mop:method-function definition))
-                             (sb-mop:method-generic-function definition))
+                             (swank-mop:method-generic-function definition))
                          definition))))))
 
 



reply via email to

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