[climacs-cvs] CVS climacs
thenriksen
thenriksen at common-lisp.net
Sun Jun 4 16:27:18 UTC 2006
Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv4992
Modified Files:
gui.lisp
Log Message:
Oops. Call `name-for-info-pane' with the master pane as the :pane
parameter, not the info pane itself.
--- /project/climacs/cvsroot/climacs/gui.lisp 2006/06/04 16:21:06 1.216
+++ /project/climacs/cvsroot/climacs/gui.lisp 2006/06/04 16:27:18 1.217
@@ -288,7 +288,7 @@
size)))))))
(with-text-family (pane :sans-serif)
(princ #\( pane)
- (princ (name-for-info-pane (syntax buffer) :pane pane) pane)
+ (princ (name-for-info-pane (syntax buffer) :pane (master-pane pane)) pane)
(format pane "~{~:[~*~; ~A~]~}" (list
(slot-value master-pane 'overwrite-mode)
"Ovwrt"
More information about the Climacs-cvs
mailing list