* lisp/cedet/semantic/idle.el (define-semantic-idle-service):
[bpt/emacs.git] / lisp / cedet / semantic / idle.el
index 6c223c2..d024e5d 100644 (file)
@@ -578,7 +578,7 @@ This routine creates the following functions and variables:"
        (setup  (intern (concat (symbol-name name) "-mode-setup")))
        (func   (intern (concat (symbol-name name) "-idle-function"))))
 
-    `(eval-and-compile
+    `(progn
        (define-minor-mode ,global
         ,(concat "Toggle " (symbol-name global) ".
 With ARG, turn the minor mode on if ARG is positive, off otherwise.