[slime-devel] Possible typo in slime-with-xref-buffer

Raymond Wiker Raymond.Wiker at fast.no
Tue Dec 2 10:07:38 UTC 2003


        I'm getting errors when trying to byte-compile slime.el. I
*think* this is because of a spurious comma in slime-with-xref-buffer;
patch below.

cvs server: Diffing .
Index: slime.el
===================================================================
RCS file: /project/slime/cvsroot/slime/slime.el,v
retrieving revision 1.124
diff -u -r1.124 slime.el
--- slime.el    2 Dec 2003 01:33:14 -0000       1.124
+++ slime.el    2 Dec 2003 10:04:40 -0000
@@ -3009,7 +3009,7 @@
                   (slime-init-xref-buffer ,package ,type ,sym)
                   (make-local-variable 'slime-xref-saved-window-configuration)
                   (setq slime-xref-saved-window-configuration
-                        ,(current-window-configuration)))
+                        (current-window-configuration)))
              (progn , at body)
            (setq buffer-read-only t)
            (select-window (or (get-buffer-window (current-buffer) t)





More information about the slime-devel mailing list