On Tue, 06 Sep 2005, stephen(a)xemacs.org wrote:
>>>>> "Jeff" == Jeff Mincy
<jeff(a)delphioutpost.com> writes:
Jeff> VirTeX-common-initialization in
Jeff> xemacs-packages/lisp/auctex/tex.el has the following code.
Jeff> (if (= emacs-major-version 20)
Jeff> (make-local-hook 'find-file-hooks))
Nice catch! Hope you didn't go through to much pain to get to the
ball....
Nah. This was relatively easy to catch. The hook printed message
"Applying style hooks...", which I eventually noticed and tracked down
to TeX-update-style.
Jeff> I would guess that the code should be testing if
Jeff> make-local-hook exists.
Well, I would guess that we should be checking if local hooks exist,
but I make-local-hook should be a good-enough proxy for that. We
should check the AUCTeX current code, too, I guess.
I'm easy, if you have a better fix.
-jeff