emacs-devel
[Top][All Lists]
Advanced

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

byte-compile-nogroup-warn effectively disabled


From: Richard M Stallman
Subject: byte-compile-nogroup-warn effectively disabled
Date: Sun, 08 Jun 2008 18:06:14 -0400

This change

     ;; Warn if a custom definition fails to specify :group.
     (defun byte-compile-nogroup-warn (form)

    +  (if (and (memq (car form) '(custom-declare-face custom-declare-variable))
    +           byte-compile-current-group)
    +      ;; The group will be provided implicitly.
    +      nil

effectively defeats the point of that warning, which is to
make sure that every defcustom and defface specifies the group.




reply via email to

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