* lisp/cedet/ede: Silence some compiler warnings
commitb40d703e8706a00b33e5f54eb2ffa3b42130a9ff
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 9 Oct 2015 19:55:31 +0000 (9 15:55 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 9 Oct 2015 19:55:31 +0000 (9 15:55 -0400)
treea4ddcac298324ed731441e3f38f43cf84f382242
parent69b3238af2c6884d4ebbdb03603804e61fd45eba
* lisp/cedet/ede: Silence some compiler warnings

* lisp/cedet/ede.el: Require cl-lib.  Silence some compiler warnings.
(ede-menu-obj-of-class-p): Use cl-some rather than `eval'.
(ede-apply-object-keymap, ede-reset-all-buffers)
(ede-auto-add-to-target): Use dolist.
(ede-new, ede-flush-deleted-projects, ede-global-list-sanity-check):
Use field names rather than initarg names in `oref'.
(ede-load-project-file): Remove unused var `file'.
(ede-map-any-target-p): Use cl-some rather than ede-map-targets.
(ede-set): Remove unused var `a'.

* lisp/cedet/ede/emacs.el: Silence some compiler warnings.
(ede-project-autoload): Avoid the old-style "name" argument.
(ede-emacs-find-matching-target): Use field names rather than initarg
names in `oref'.

* lisp/cedet/ede/linux.el: Silence some compiler warnings.
(ede-linux-load, ede-project-autoload): Avoid the old-style "name" argument.
(ede-linux-find-matching-target): Use field names rather than initarg
names in `oref'.
lisp/cedet/ede.el
lisp/cedet/ede/emacs.el
lisp/cedet/ede/linux.el
lisp/cedet/ede/pconf.el