diff lisp/cedet/srecode/template.el @ 105804:91f3ea36baf8

Suppress harmless warnings about setting up semantic-imenu (not part of Emacs) variables.
author Glenn Morris <rgm@gnu.org>
date Sat, 31 Oct 2009 02:03:19 +0000
parents 5b8c8cd21526
children 83dde921cc1b
line wrap: on
line diff
--- a/lisp/cedet/srecode/template.el	Fri Oct 30 10:55:20 2009 +0000
+++ b/lisp/cedet/srecode/template.el	Sat Oct 31 02:03:19 2009 +0000
@@ -39,6 +39,9 @@
       ans)
     ))
 
+;; In semantic-imenu.el, not part of Emacs.
+(defvar semantic-imenu-summary-function)
+
 ;;;###autoload
 (defun srecode-template-setup-parser ()
   "Setup buffer for parse."