emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The `cl-functions' byte compiler warning doesn't work


From: Johan Bockgård
Subject: The `cl-functions' byte compiler warning doesn't work
Date: Fri, 08 Jun 2007 16:43:46 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]