From: Eric Ludlam Date: Sun, 15 Feb 2015 12:54:53 +0000 (-0500) Subject: ; semantic: Add TODO comment regarding arg indexing X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7276f6a1067be964584a29505574a37f83c0785;p=emacs.git ; semantic: Add TODO comment regarding arg indexing --- diff --git a/lisp/cedet/semantic/ctxt.el b/lisp/cedet/semantic/ctxt.el index 01e156267af..78e5ec508f6 100644 --- a/lisp/cedet/semantic/ctxt.el +++ b/lisp/cedet/semantic/ctxt.el @@ -610,6 +610,8 @@ Depends on `semantic-function-argument-separation-character'." (let ((p (point)) (idx 1)) (semantic-up-context) + ;; TODO: myfun3(fun_for_arg1(i,j), arg2 !, arg3) + ;; at ! it thinks it's arg 3. (while (re-search-forward (regexp-quote semantic-function-argument-separation-character) p t)