emacs-pretest-bug
[Top][All Lists]
Advanced

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

compilation-finish-functions broken


From: Nikolaj Schumacher
Subject: compilation-finish-functions broken
Date: Wed, 16 May 2007 17:15:13 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin)

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




reply via email to

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