* Les Saper (2005-11-16) writes:

> (unload-feature 'tex-site)
[...]
> Debugger entered--Lisp error: (wrong-type-argument listp texinfo)
>   assq-delete-all(TeX-modes-set (texinfo (TeX-modes-set (quote TeX-modes) 
> TeX-modes t)))

Hm, the following statement works in CVS Emacs but not in Emacs 21.4:

(assq-delete-all 'TeX-modes-set
                 '(texinfo (TeX-modes-set 'TeX-modes TeX-modes t)))

Looks like we need an alternative implementation of the respective
lambda function for `tex-site-unload-hook' in tex-site.el.in in case
of older Emacsen.

-- 
Ralf


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

Reply via email to