emacs-devel
[Top][All Lists]
Advanced

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

Re: bytecomp warning change


From: Stefan Monnier
Subject: Re: bytecomp warning change
Date: Wed, 13 Jun 2007 13:24:12 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> +     * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
> +     (byte-compile-file): Bind it.
> +     (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
> +     group argument is provided implicitly.
> +     (byte-compile-format-warn, byte-compile-from-buffer)
> +     (byte-compile-insert-header): Don't hardcode point-min==1.
> +     (byte-compile-file-form-require): Remove unused var old-load-list.
> +     (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.

> I want to have an explicit :group in every defcustom, so I put in a
> warning when it is missing.  Did you just disable that warning?

No, I did not disable it.
I only refined the warning to only complain when the group information is
really missing.


        Stefan




reply via email to

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