]> git.eshelyaron.com Git - emacs.git/commit
* lisp/cedet: Remove always-nil variables
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Mar 2021 18:21:22 +0000 (13:21 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Mar 2021 18:21:22 +0000 (13:21 -0500)
commitfe844299a4432ef2443ac89b63df985fc58b2752
tree5ca93ba28f8eeb4cd1fa6e68ac6bc17a34c363eb
parent2c9594ae0626abe3838b8f0ec33122c94e02ddf1
* lisp/cedet: Remove always-nil variables

* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
Remove always-nil variable `conf-done`.

* lisp/cedet/ede/project-am.el: Use ref instead of dynbound var.
(project-rescan): Pass the ref.
(project-am-expand-subdirlist): Use it.

* lisp/cedet/semantic/idle.el (semantic-idle-work-core-handler):
Fix misuse of the wrong `errbuf `variable.

* lisp/cedet/semantic/scope.el (semantic-analyze-scoped-type-parts):
Remove always-nil variable `extmeth`.

* lisp/cedet/semantic/wisent/comp.el (wisent-context-name)
(wisent-context-bindings): Make them into functions.
(wisent-with-context): Use `dlet`.
lisp/cedet/ede/pmake.el
lisp/cedet/ede/project-am.el
lisp/cedet/semantic/idle.el
lisp/cedet/semantic/scope.el
lisp/cedet/semantic/wisent/comp.el