[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Mon Apr 16 14:42:34 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv13956
Modified Files:
slime.el
Log Message:
(slime-with-xref-buffer): Added missing ,
--- /project/slime/cvsroot/slime/slime.el 2007/04/16 14:28:46 1.783
+++ /project/slime/cvsroot/slime/slime.el 2007/04/16 14:42:33 1.784
@@ -7764,7 +7764,7 @@
(slime-init-xref-buffer ,pkg ,type ,sym)
(make-local-variable 'slime-xref-saved-window-configuration)
(setq slime-xref-saved-window-configuration
- (or window-configuration (current-window-configuration))))
+ (or ,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-cvs
mailing list