Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
565c0ca5
Commit
565c0ca5
authored
Sep 25, 2010
by
Chong Yidong
Browse files
Options
Browse Files
Download
Plain Diff
Merge changes from emacs-23 branch.
parents
a952d5f3
b93e37e5
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
6 deletions
+14
-6
lisp/cedet/ChangeLog
lisp/cedet/ChangeLog
+8
-0
lisp/cedet/ede/cpp-root.el
lisp/cedet/ede/cpp-root.el
+2
-2
lisp/cedet/ede/emacs.el
lisp/cedet/ede/emacs.el
+1
-1
lisp/cedet/ede/generic.el
lisp/cedet/ede/generic.el
+1
-1
lisp/cedet/ede/linux.el
lisp/cedet/ede/linux.el
+1
-1
lisp/cedet/ede/simple.el
lisp/cedet/ede/simple.el
+1
-1
No files found.
lisp/cedet/ChangeLog
View file @
565c0ca5
2010-09-25 Chong Yidong <cyd@stupidchicken.com>
* ede/linux.el (ede-project-class-files):
* ede/generic.el (ede-generic-new-autoloader):
* ede/emacs.el (ede-project-class-files):
* ede/simple.el (ede-project-class-files):
* ede/cpp-root.el (ede-project-class-files): Fix require name.
2010-09-25 Juanma Barranquero <lekktu@gmail.com>
* semantic/lex.el (semantic-ignore-comments): Doc fix.
...
...
lisp/cedet/ede/cpp-root.el
View file @
565c0ca5
...
...
@@ -131,7 +131,7 @@
;; (add-to-list 'ede-project-class-files
;; (ede-project-autoload "cpp-root"
;; :name "CPP ROOT"
;; :file 'ede
-
cpp-root
;; :file 'ede
/
cpp-root
;; :proj-file 'MY-FILE-FOR-DIR
;; :proj-root 'MY-ROOT-FCN
;; :load-type 'MY-LOAD
...
...
@@ -241,7 +241,7 @@ ROOTPROJ is nil, since there is only one project."
(
add-to-list
'ede-project-class-files
(
ede-project-autoload
"cpp-root"
:name
"CPP ROOT"
:file
'ede
-
cpp-root
:file
'ede
/
cpp-root
:proj-file
'ede-cpp-root-project-file-for-dir
:proj-root
'ede-cpp-root-project-root
:load-type
'ede-cpp-root-load
...
...
lisp/cedet/ede/emacs.el
View file @
565c0ca5
...
...
@@ -137,7 +137,7 @@ ROOTPROJ is nil, since there is only one project."
(
add-to-list
'ede-project-class-files
(
ede-project-autoload
"emacs"
:name
"EMACS ROOT"
:file
'ede
-
emacs
:file
'ede
/
emacs
:proj-file
"src/emacs.c"
:proj-root
'ede-emacs-project-root
:load-type
'ede-emacs-load
...
...
lisp/cedet/ede/generic.el
View file @
565c0ca5
...
...
@@ -368,7 +368,7 @@ the class `ede-generic-project' project."
(
add-to-list
'ede-project-class-files
(
ede-project-autoload
internal-name
:name
external-name
:file
'ede
-
generic
:file
'ede
/
generic
:proj-file
projectfile
:load-type
'ede-generic-load
:class-sym
class
...
...
lisp/cedet/ede/linux.el
View file @
565c0ca5
...
...
@@ -116,7 +116,7 @@ ROOTPROJ is nil, since there is only one project."
(
add-to-list
'ede-project-class-files
(
ede-project-autoload
"linux"
:name
"LINUX ROOT"
:file
'ede
-
linux
:file
'ede
/
linux
:proj-file
"scripts/ver_linux"
:proj-root
'ede-linux-project-root
:load-type
'ede-linux-load
...
...
lisp/cedet/ede/simple.el
View file @
565c0ca5
...
...
@@ -47,7 +47,7 @@
(
add-to-list
'ede-project-class-files
(
ede-project-autoload
"simple-overlay"
:name
"Simple"
:file
'ede
-
simple
:name
"Simple"
:file
'ede
/
simple
:proj-file
'ede-simple-projectfile-for-dir
:load-type
'ede-simple-load
:class-sym
'ede-simple-project
)
...
...
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