comparison lisp/cedet/semantic/db-find.el @ 107763:14f1ff916f19 EMACS_PRETEST_23_1_95

Bump version to 23.1.95.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 02 Apr 2010 20:42:10 -0400
parents 2da9673fc448
children a5ad4f188e19
comparison
equal deleted inserted replaced
107762:2d36607da023 107763:14f1ff916f19
772 (if (not lost) 772 (if (not lost)
773 (message "There are no unknown includes for %s" 773 (message "There are no unknown includes for %s"
774 (buffer-name)) 774 (buffer-name))
775 775
776 (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*") 776 (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*")
777 (data-debug-insert-tag-list lost "*") 777 ;; (data-debug-insert-tag-list lost "*")
778 ))) 778 )))
779 779
780 (defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext) 780 (defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext)
781 "Insert a button representing scanned include CONSDATA. 781 "Insert a button representing scanned include CONSDATA.
782 PREFIX is the text that precedes the button. 782 PREFIX is the text that precedes the button.