mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Update CEDET from upstream.
This commit is contained in:
parent
b3317662ac
commit
62a81506f8
115 changed files with 5693 additions and 1649 deletions
|
|
@ -443,7 +443,7 @@ or implementing a version specific to ")
|
|||
(semanticdb-file-table-object fileinner t))))
|
||||
(cond ((not fileinner)
|
||||
(setq unknown (1+ unknown)))
|
||||
((number-or-marker-p (oref tableinner pointmax))
|
||||
((and tableinner (number-or-marker-p (oref tableinner pointmax)))
|
||||
(setq ok (1+ ok)))
|
||||
(t
|
||||
(setq unparsed (1+ unparsed))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue