emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/last-cedet-merge a7276f6 08/37: ; semantic: Add TO


From: David Engster
Subject: [Emacs-diffs] scratch/last-cedet-merge a7276f6 08/37: ; semantic: Add TODO comment regarding arg indexing
Date: Sun, 22 Jan 2017 21:26:31 +0000 (UTC)

branch: scratch/last-cedet-merge
commit a7276f6a1067be964584a29505574a37f83c0785
Author: Eric Ludlam <address@hidden>
Commit: David Engster <address@hidden>

    ; 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 01e1562..78e5ec5 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]