[clim-desktop-cvs] CVS clim-desktop
thenriksen
thenriksen at common-lisp.net
Wed Mar 15 15:32:26 UTC 2006
Update of /project/clim-desktop/cvsroot/clim-desktop
In directory clnet:/tmp/cvs-serv18162
Modified Files:
swine-cmds.lisp
Log Message:
Added esa package qualifier to function call.
--- /project/clim-desktop/cvsroot/clim-desktop/swine-cmds.lisp 2006/03/15 10:53:40 1.4
+++ /project/clim-desktop/cvsroot/clim-desktop/swine-cmds.lisp 2006/03/15 15:32:26 1.5
@@ -124,7 +124,7 @@
(accept 'string :prompt "Hyperspec lookup for symbol")))
(*standard-output* *debug-io*)
(url (clhs-lookup:spec-lookup name)))
- (if (null url) (display-message "Symbol not found.")
+ (if (null url) (esa:display-message "Symbol not found.")
(closure:visit url))))
(esa:set-key 'com-hyperspec-lookup
More information about the Clim-desktop-cvs
mailing list