[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Mon Feb 19 16:23:49 UTC 2007


Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv1646

Modified Files:
	climacs-lisp-syntax-commands.lisp 
Log Message:
Keep up with changes in Drei's Lisp syntax.


--- /project/climacs/cvsroot/climacs/climacs-lisp-syntax-commands.lisp	2006/12/10 19:44:56	1.3
+++ /project/climacs/cvsroot/climacs/climacs-lisp-syntax-commands.lisp	2007/02/19 16:23:49	1.4
@@ -116,7 +116,7 @@
     ()
   "Edit definition of the symbol at point.
 If there is no symbol at point, this is a no-op."
-  (let* ((token (this-form *current-point* *current-syntax*))
+  (let* ((token (this-form *current-syntax* *current-point*))
          (this-symbol (form-to-object *current-syntax* token)))
     (when (and this-symbol (symbolp this-symbol))
       (edit-definition this-symbol))))




More information about the Climacs-cvs mailing list