• Stefan Monnier's avatar
    * lisp/cedet/ede: Silence some compiler warnings · b40d703e
    Stefan Monnier authored
    * 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'.
    b40d703e
linux.el 13.2 KB