Menu

#6 Avoid use of compilation-finish-function for emacs >=2

v1.0 (example)
closed
nobody
None
5
2013-06-18
2008-01-24
Len Trigg
No

Several places make use of compilation-finish-function. Since emacs 21 this is an obsolete variable, and compilation warnings ensue. The recommended approach is to use compilation-finish-functions.

Current users of this variable are:

jde-compile
jde-make
jde-checkstyle-create-checker-buffer
jde-ant-build
jde-eval-cm
efc-compiler create-buffer (efc.el)

Discussion

  • Shyamal Prasad

    Shyamal Prasad - 2013-06-18
    • status: open --> closed
    • Group: --> v1.0 (example)
     
  • Shyamal Prasad

    Shyamal Prasad - 2013-06-18

    Fixed in r274, released in 2.4.2.

     

Log in to post a comment.