diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-09-06 21:22:05 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-09-06 21:22:05 +0000 |
commit | a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f (patch) | |
tree | 0675cf49c3245bbb7b750b6c6b61df980715fc17 /lisp/cedet/semantic/db-ref.el | |
parent | 6ca2fce3b8d345e619694f64c99013574000d0b3 (diff) | |
download | emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.tar.gz emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.tar.bz2 emacs-a60f2e7b9c0567bec9ba06c73ccad235b32d8b8f.zip |
Minor whitespace changes and `require' fixes.
Diffstat (limited to 'lisp/cedet/semantic/db-ref.el')
-rw-r--r-- | lisp/cedet/semantic/db-ref.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/cedet/semantic/db-ref.el b/lisp/cedet/semantic/db-ref.el index 97da206abff..d7e01d88db9 100644 --- a/lisp/cedet/semantic/db-ref.el +++ b/lisp/cedet/semantic/db-ref.el @@ -41,13 +41,9 @@ (require 'semantic/db) (require 'semantic/tag) -(defvar semanticdb-find-default-throttle) - ;; For the semantic-find-tags-by-name-regexp macro. (eval-when-compile (require 'semantic/find)) -(defvar semantic-case-fold) - (defmethod semanticdb-add-reference ((dbt semanticdb-abstract-table) include-tag) "Add a reference for the database table DBT based on INCLUDE-TAG. @@ -149,7 +145,6 @@ DBT, the second argument is DBT." (i-include :initarg :i-include)) "Simple class to allow ADEBUG to show a nice list.") -(defvar semanticdb-current-table) (declare-function data-debug-new-buffer "data-debug") (declare-function data-debug-insert-object-slots "eieio-datadebug") |