Hello,

compilation-handle-exit fails with:

error in process sentinel: Wrong type argument: symbolp,
(my-compilation-finish-function)

I think
(run-hook-with-args compilation-finish-functions (current-buffer) msg)))
should be
(run-hook-with-args 'compilation-finish-functions (current-buffer) msg)))



regards,
Nikolaj Schumacher


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to