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

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

Re: make bootstrap fails due to grep autoload


From: Stefan Monnier
Subject: Re: make bootstrap fails due to grep autoload
Date: Thu, 09 Sep 2004 16:35:07 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

> ;;;###autoload
> (define-compilation-mode grep-mode "Grep"

Why would anyone want to autoload `grep-mode'?
Maybe we want to put

        (autoload 'grep-mode "grep" nil t)

in compile.el so that code that does (require 'compile) in order to get
`grep-mode' still works, but the autoload has nothing to do in loaddefs.el


        Stefan




reply via email to

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