mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(data-debug-insert-tag-list): Comment out declaration, currently false.
This commit is contained in:
parent
ac3c593c97
commit
619392fc97
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2009-10-03 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
|
||||
declaration, currently false.
|
||||
|
||||
* mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
|
||||
reusing existing buffers, in case we happen to visit two files with the
|
||||
same basename. (Bug#4593)
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
(defvar data-debug-thing-alist)
|
||||
(declare-function data-debug-insert-stuff-list "data-debug")
|
||||
(declare-function data-debug-insert-tag-list "data-debug")
|
||||
;;;(declare-function data-debug-insert-tag-list "adebug")
|
||||
(declare-function semantic-scope-reset-cache "semantic/scope")
|
||||
(declare-function semanticdb-typecache-notify-reset "semantic/db-typecache")
|
||||
(declare-function ede-current-project "ede")
|
||||
|
|
|
|||
Loading…
Reference in a new issue