]> git.eshelyaron.com Git - emacs.git/commit
Remove compatibility function `cedet-called-interactively-p'.
authorDavid Engster <dengste@eml.cc>
Sun, 28 Jul 2013 11:24:40 +0000 (13:24 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:59:25 +0000 (17:59 +0200)
commit89e6966533a55bbacae4edb653fcc6dd71cdf1e1
tree11ce3505b39bf5f3a24b53e0543db2c6906cae12
parentdd9777f005336ddfc3ba27027787862320966e65
Remove compatibility function `cedet-called-interactively-p'.

* lisp/cedet/cedet-compat.el (cedet-called-interactively-p): Remove.
  It is no longer needed since our minimum version is now 23.2, which
  has `called-interactively-p'.  Also, remove corresponding unit
  tests.

* tests/cedet-utests.el (cedet-utest-test-alist): Remove cedet-compat
  unit tests.

* All files: Replace `cedet-called-interactively-p' with
  `called-interactively-p', providing 'any as argument where it was
  still missing.
test/manual/cedet/pulse-utest.el