[clim-desktop-cvs] CVS clim-desktop

thenriksen thenriksen at common-lisp.net
Thu Jun 1 23:02:22 UTC 2006


Update of /project/clim-desktop/cvsroot/clim-desktop
In directory clnet:/tmp/cvs-serv8746

Modified Files:
	beirc.lisp 
Log Message:
Added Edit User Init File command, partially for easy access and
partially to show off Climacs. :)


--- /project/clim-desktop/cvsroot/clim-desktop/beirc.lisp	2006/01/06 03:15:45	1.1.1.1
+++ /project/clim-desktop/cvsroot/clim-desktop/beirc.lisp	2006/06/01 23:02:22	1.2
@@ -2,3 +2,7 @@
 
 (define-beirc-command (com-browse-url :name t) ((url 'url :prompt "url"))
   (closure:visit url))
+
+(define-beirc-command (com-edit-user-init-file :name t)
+    ()
+  (ed *beirc-user-init-file*))




More information about the Clim-desktop-cvs mailing list