diff lisp/cedet/semantic/db-global.el @ 105307:786c0adc17cc

(data-debug-new-buffer, data-debug-insert-thing): Remove unneeded declarations (one broken). (semanticdb-enable-gnu-global-databases): Fix prompt typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Sep 2009 07:50:48 +0000
parents a6a812dd2d88
children 7f4c7f5c0eba
line wrap: on
line diff
--- a/lisp/cedet/semantic/db-global.el	Wed Sep 30 07:42:40 2009 +0000
+++ b/lisp/cedet/semantic/db-global.el	Wed Sep 30 07:50:48 2009 +0000
@@ -1,7 +1,7 @@
 ;;; semantic/db-global.el --- Semantic database extensions for GLOBAL
 
-;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009
-;;; Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: tags
@@ -40,9 +40,6 @@
 
 ;;; Code:
 
-(declare-function data-debug-new-buffer "data-debug")
-(declare-function data-debug-insert-thing result "data-debug")
-
 ;;;###autoload
 (defun semanticdb-enable-gnu-global-databases (mode)
   "Enable the use of the GNU Global SemanticDB back end for all files of MODE.
@@ -50,7 +47,7 @@
 in a GNU Global supported hierarchy."
   (interactive
    (list (completing-read
-          "Emable in Mode: " obarray
+          "Enable in Mode: " obarray
           #'(lambda (s) (get s 'mode-local-symbol-table))
           t (symbol-name major-mode))))