GNU bug report logs - #4778
bytecomp needs updating for byte-compile-fdefinition change

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Wed, 21 Oct 2009 18:20:05 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #3 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: bytecomp needs updating for byte-compile-fdefinition change
Date: Wed, 21 Oct 2009 14:14:31 -0400
In the current CVS trunk, compiling byte-run.el gives the nonsensical
warnings:

    In define-obsolete-function-alias:
    byte-run.el:136:11:Warning: macro define-obsolete-function-alias used
    to take 0+ arguments, now takes 2-4

    In define-obsolete-variable-alias:
    byte-run.el:175:11:Warning: macro define-obsolete-variable-alias used
    to take 0+ arguments, now takes 2-4

This is because byte-compile-fdefinition for these forms now returns a
list with 'macro' at the front, which byte-compile-arglist-warn does
not understand.

By eye, it looks like byte-compile-callargs-warn and display-call-tree
might also need updating.




This bug report was last modified 15 years and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.