aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-10-07 07:19:07 +0000
committerGlenn Morris2009-10-07 07:19:07 +0000
commitee2e93e2c23dc195c81a8c1127e8945a651c9485 (patch)
tree59ce9794b4d761dcb074e97360e5d5ac0a5aa748
parent5152da64b8b8c43a021ee528dbd538a8da91997f (diff)
downloademacs-ee2e93e2c23dc195c81a8c1127e8945a651c9485.tar.gz
emacs-ee2e93e2c23dc195c81a8c1127e8945a651c9485.zip
(autoloads): Revert previous change.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/Makefile.in7
2 files changed, 7 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 387ddb72c9f..d6610f6e34b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12009-10-07 Glenn Morris <rgm@gnu.org> 12009-10-07 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (autoloads): Revert previous change.
4 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5 the list of preloaded files passed on the command-line, get
6 it from src/Makefile.
7
3 * calendar/calendar.el (calendar-basic-setup): In the wide frame case, 8 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4 show the original buffer rather than a random one. 9 show the original buffer rather than a random one.
5 10
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 61f4d51461c..78e95900b72 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -145,16 +145,13 @@ finder-data: doit
145 145
146# The chmod +w is to handle env var CVSREAD=1. Files named 146# The chmod +w is to handle env var CVSREAD=1. Files named
147# are identified by being the value of `generated-autoload-file'. 147# are identified by being the value of `generated-autoload-file'.
148# The Makefile dependency is to make any missing-file error more explicit. 148autoloads: $(LOADDEFS) doit
149autoloads: $(LOADDEFS) ../src/Makefile doit
150 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ 149 chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \
151 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \ 150 $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \
152 $(lisp)/dired.el $(lisp)/ibuffer.el 151 $(lisp)/dired.el $(lisp)/ibuffer.el
153 wd=$(lisp); $(setwins_almost); \ 152 wd=$(lisp); $(setwins_almost); \
154 echo Directories: $$wins; \ 153 echo Directories: $$wins; \
155 preload=`sed -n -e '/^lisp=/ s/$${lispsource}//g p' ../src/Makefile | \ 154 $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
156 sed 's/^lisp= //'`; \
157 $(emacs) -l autoload --eval "(setq generated-autoload-file \"$(lisp)/loaddefs.el\" autoload-excludes \"$${preload}\")" -f batch-update-autoloads $$wins
158 155
159# This is required by the bootstrap-emacs target in ../src/Makefile, so 156# This is required by the bootstrap-emacs target in ../src/Makefile, so
160# we know that if we have an emacs executable, we also have a subdirs.el. 157# we know that if we have an emacs executable, we also have a subdirs.el.