emacs-devel
[Top][All Lists]
Advanced

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

Re: problem of define-minor-mode while bootstrapping


From: Stefan Monnier
Subject: Re: problem of define-minor-mode while bootstrapping
Date: Thu, 19 Sep 2002 09:46:38 -0400

> Here's the last few lines of define-minor-mode.
> 
>        ;; If the mode is global, call the function according to the default.
>        ,(if globalp
>           `(if (and load-file-name ,mode)
>                (eval-after-load load-file-name '(,mode 1)))))))
> 
> Could someone please fix this problem at first?

Update your sandbox, I've fixed it a few days ago AFAIK,


        Stefan





reply via email to

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