Jobst Hoffmann <[EMAIL PROTECTED]> writes:

> Dear AUCTeX Developers, 
>
> I've just installed the below mentioned version of AUCTeX (see the bug
> report). AUCTeX now behaves erroneous on my system: after loading
> babel.el(c) I get the message
>
> Wrong number of arguments: #<subr defvaralias>, 3
>
> The current babel.el contains the following lines which are not present
> in the version of 11.81:
>
> < (if (fboundp 'defvaralias)
> <     (defvaralias 'LaTeX-babel-package-options
>    ...'LaTeX-babel-language-list
> <       "Package options for the babel package.")
> <   (defvar LaTeX-babel-package-options LaTeX-babel-language-list
> <     "Package options for the babel package."))
>
> What should I do?

> Emacs  : XEmacs 21.4 (patch 17) "Jumbo Shrimp" [Lucid] (i686-pc-linux)
> of Wed Feb  9 2005 on thinktwiceIV.phytech.fh-aachen.de
> Package: 2005-10-21

    `defvaralias' is a built-in function
    (defvaralias VARIABLE ALIAS)

    Documentation:
    Define a variable as an alias for another variable.
    [...]

Delete the documentation string.  The other two arguments of the
function and their order are ok.

Thanks for spotting this, I am checking in a fix soon.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


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

Reply via email to