emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110547: Fix last commit.


From: David Engster
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110547: Fix last commit.
Date: Sun, 14 Oct 2012 21:31:45 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110547
committer: David Engster <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-14 21:31:45 +0200
message:
  Fix last commit.
  
  (semantic-analyze-possible-completions): Replace CEDET compatibility
  function `cedet-called-interactively-p' with `called-interactively-p'.
modified:
  lisp/cedet/semantic/analyze/complete.el
=== modified file 'lisp/cedet/semantic/analyze/complete.el'
--- a/lisp/cedet/semantic/analyze/complete.el   2012-10-14 19:20:28 +0000
+++ b/lisp/cedet/semantic/analyze/complete.el   2012-10-14 19:31:45 +0000
@@ -104,7 +104,7 @@
        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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]