unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4778: bytecomp needs updating for byte-compile-fdefinition change
@ 2009-10-21 18:14 Glenn Morris
  0 siblings, 0 replies; only message in thread
From: Glenn Morris @ 2009-10-21 18:14 UTC (permalink / raw)
  To: bug-gnu-emacs


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.






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-21 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-21 18:14 bug#4778: bytecomp needs updating for byte-compile-fdefinition change Glenn Morris

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).