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

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

Re: Emacs 22.0.91 working, lazy-lock documentation inconsistency?


From: Stefan Monnier
Subject: Re: Emacs 22.0.91 working, lazy-lock documentation inconsistency?
Date: Fri, 01 Dec 2006 22:47:22 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

> `make autoloads' does not process lisp/obsolete, so lazy-lock-mode and
> fast-lock-mode do not get autoloaded.

[ Hmm... I guess for some reason it wasn't removed from my loaddefs.el.
  Probably because I never bootstrap or something.  Looks like a bug in
  autoload.el. ]

Indeed you're right.  Looks like a bug to me.

I suggest the patch below.  Any objection?
Oh wait, I see Richard explicitly decided not to include `obsolete' in the
autoloaded files, on November 06:

   2006-11-06  Richard Stallman  <address@hidden>
   [...]
        * Makefile.in (autoloads): Don't include `obsolete'.

Richard, do you remember what was the reason for that decision?


        Stefan


--- Makefile.in 14 nov 2006 10:32:33 -0500      1.82
+++ Makefile.in 01 déc 2006 22:41:36 -0500      
@@ -108,7 +108,7 @@
        echo ";; End:" >> $@
        echo ";;; loaddefs.el ends here" >> $@
 autoloads: $(lisp)/loaddefs.el doit
-       wd=$(lisp); $(setwins_almost); \
+       wd=$(lisp); $(setwins); \
        echo Directories: $$wins; \
        $(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file 
"$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
 




reply via email to

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