Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d275a5ed
Commit
d275a5ed
authored
Sep 30, 2009
by
Glenn Morris
Browse files
(semantic-scope-find): Fix declaration.
parent
9d459fc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/cedet/semantic/analyze/fcn.el
lisp/cedet/semantic/analyze/fcn.el
+1
-1
No files found.
lisp/cedet/semantic/analyze/fcn.el
View file @
d275a5ed
...
...
@@ -29,7 +29,7 @@
(
eval-when-compile
(
require
'semantic/find
))
(
declare-function
semanticdb-typecache-merge-streams
"semantic/db-typecache"
)
(
declare-function
semantic-scope-find
name
"semantic/scope"
)
(
declare-function
semantic-scope-find
"semantic/scope"
)
(
declare-function
semantic-scope-set-typecache
"semantic/scope"
)
(
declare-function
semantic-scope-tag-get-scope
"semantic/scope"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment