Mercurial > emacs
changeset 105397:31fd98c59048
(data-debug-insert-tag-list): Comment out declaration, currently false.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 03 Oct 2009 02:11:59 +0000 |
parents | 7f82f9367cd1 |
children | 3fec4318d760 |
files | lisp/ChangeLog lisp/cedet/semantic/db-find.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 03 02:07:28 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 03 02:11:59 2009 +0000 @@ -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)
--- a/lisp/cedet/semantic/db-find.el Sat Oct 03 02:07:28 2009 +0000 +++ b/lisp/cedet/semantic/db-find.el Sat Oct 03 02:11:59 2009 +0000 @@ -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")