There are a couple of typos in slime.el: make-local should probably be make-local-variable. There are several calls to remove-hook with a single argument. On XEmacs, remove-hook takes 2. Those hooks that are being removed don't seem to be set anywhere.
Ray
Raymond Toy rtoy@earthlink.net writes:
There are a couple of typos in slime.el: make-local should probably be make-local-variable. There are several calls to remove-hook with a single argument. On XEmacs, remove-hook takes 2. Those hooks that are being removed don't seem to be set anywhere.
My bad - but Helmut has checked in fixes.
-Luke