unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [bojohan+mail@dd.chalmers.se: The `cl-functions' byte compiler warning doesn't work]
@ 2007-06-10 13:19 Richard Stallman
  2007-06-10 16:17 ` martin rudalics
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2007-06-10 13:19 UTC (permalink / raw)
  To: emacs-devel

Would someone please fix this in the trunk, then ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
	autolearn=failed version=3.1.0
From: bojohan+mail@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=)
To: emacs-pretest-bug@gnu.org
Date: Fri, 08 Jun 2007 16:43:46 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Subject: The `cl-functions' byte compiler warning doesn't work


The file names in `load-history' are absolute nowadays, but
bytecomp.el expects relative names:

    (defun byte-compile-find-cl-functions ()
      (unless byte-compile-cl-functions
        (dolist (elt load-history)
          (when (and (stringp (car elt))
                     (string-match "^cl\\>" (car elt)))
            [...]

Also, there's a typo in the comment on line 101 of bytecomp.el.
"cl-warnings" should be "cl-functions".

- -- 
Johan Bockgård


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

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

end of thread, other threads:[~2008-03-03 10:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-10 13:19 [bojohan+mail@dd.chalmers.se: The `cl-functions' byte compiler warning doesn't work] Richard Stallman
2007-06-10 16:17 ` martin rudalics
2007-06-13  0:13   ` Johan Bockgård
2008-03-03 10:08     ` Johan Bockgård

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