Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.164 
emacs/lisp/emacs-lisp/bytecomp.el:2.165
*** emacs/lisp/emacs-lisp/bytecomp.el:2.164     Sat May 14 12:29:22 2005
--- emacs/lisp/emacs-lisp/bytecomp.el   Thu May 19 15:39:21 2005
***************
*** 2170,2175 ****
--- 2170,2177 ----
  (put 'custom-declare-variable 'byte-hunk-handler
       'byte-compile-file-form-custom-declare-variable)
  (defun byte-compile-file-form-custom-declare-variable (form)
+   (when (memq 'callargs byte-compile-warnings)
+     (byte-compile-nogroup-warn form))
    (when (memq 'free-vars byte-compile-warnings)
      (push (nth 1 (nth 1 form)) byte-compile-bound-variables))
    (let ((tail (nthcdr 4 form)))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to