unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* byte-compile-nogroup-warn effectively disabled
@ 2008-06-08 22:06 Richard M Stallman
  2008-06-09  1:55 ` Stefan Monnier
  0 siblings, 1 reply; 9+ messages in thread
From: Richard M Stallman @ 2008-06-08 22:06 UTC (permalink / raw)
  To: emacs-devel

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.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-06-10  1:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-08 22:06 byte-compile-nogroup-warn effectively disabled Richard M Stallman
2008-06-09  1:55 ` Stefan Monnier
2008-06-09  6:46   ` Drew Adams
2008-06-09  8:02     ` Stephen J. Turnbull
2008-06-09 13:55       ` Drew Adams
2008-06-09 20:09         ` Stephen J. Turnbull
2008-06-09 20:26           ` Drew Adams
2008-06-09 17:22     ` Richard M Stallman
2008-06-10  1:17       ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).