]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit.
authorDavid Engster <dengste@eml.cc>
Sun, 14 Oct 2012 19:31:45 +0000 (21:31 +0200)
committerDavid Engster <dengste@eml.cc>
Sun, 14 Oct 2012 19:31:45 +0000 (21:31 +0200)
(semantic-analyze-possible-completions): Replace CEDET compatibility
function `cedet-called-interactively-p' with `called-interactively-p'.

lisp/cedet/semantic/analyze/complete.el

index bb9bbf6352f62a0960ea741d6f829f09bd43e25a..a83f4ff0ac8abbf89f09a12487d3f69a4ff9238f 100644 (file)
@@ -104,7 +104,7 @@ in a buffer."
        ans))
     ;; Buffer was not parsed by Semantic.
     ;; Raise error if called interactively.
-    (when (cedet-called-interactively-p 'any)
+    (when (called-interactively-p 'any)
       (error "Buffer was not parsed by Semantic."))))
 
 (defun semantic-analyze-possible-completions-default (context &optional flags)