From a7276f6a1067be964584a29505574a37f83c0785 Mon Sep 17 00:00:00 2001 From: Eric Ludlam Date: Sun, 15 Feb 2015 07:54:53 -0500 Subject: [PATCH] ; semantic: Add TODO comment regarding arg indexing --- lisp/cedet/semantic/ctxt.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5