[Top][All Lists]
[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
- problem of define-minor-mode while bootstrapping, Kenichi Handa, 2002/09/19
- Re: problem of define-minor-mode while bootstrapping,
Stefan Monnier <=
- Re: problem of define-minor-mode while bootstrapping, Kenichi Handa, 2002/09/19
- Re: problem of define-minor-mode while bootstrapping, Stefan Monnier, 2002/09/20
- Re: problem of define-minor-mode while bootstrapping, Kenichi Handa, 2002/09/20
- Re: problem of define-minor-mode while bootstrapping, Stefan Monnier, 2002/09/22
- Re: problem of define-minor-mode while bootstrapping, Kenichi Handa, 2002/09/22
- Re: problem of define-minor-mode while bootstrapping, Stefan Monnier, 2002/09/23
- Re: problem of define-minor-mode while bootstrapping, Kenichi Handa, 2002/09/23
- Re: problem of define-minor-mode while bootstrapping, Stefan Monnier, 2002/09/24
- Re: problem of define-minor-mode while bootstrapping, Kenichi Handa, 2002/09/24
- Re: problem of define-minor-mode while bootstrapping, Miles Bader, 2002/09/20