summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-10-06 10:12:56 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-10-06 10:12:56 -0400
commit71785ae78c87c3b96b20900cd7a9d4f69bce7757 (patch)
tree6960f1e1dbdd10325193033c87b9daea4abf534f /lisp/Makefile.in
parent87666a0567f4e349e758cbe61161f0ac89018a43 (diff)
downloademacs-71785ae78c87c3b96b20900cd7a9d4f69bce7757.tar.gz
* lisp/icomplete.el: Move Iswitchb autoload here. Much simpler.
* lisp/Makefile.in (obsolete-autoloads): Remove. (AUTOGENEL): Remove obsolete/loaddefs.el. * lisp/loadup.el: Don't load obsolete/loaddefs.el. * lisp/obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie. Remove redundant obsolescence thingy.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 83c76bff3ea..6f87c6da312 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -68,7 +68,6 @@ AUTOGENEL = loaddefs.el \
cedet/semantic/loaddefs.el \
cedet/ede/loaddefs.el \
cedet/srecode/loaddefs.el \
- obsolete/loaddefs.el \
org/org-loaddefs.el
# Value of max-lisp-eval-depth when compiling initially.
@@ -186,17 +185,6 @@ autoloads: $(LOADDEFS)
--eval '(setq autoload-builtin-package-versions t)' \
--eval '(setq generated-autoload-file (expand-file-name (unmsys--file-name "$(srcdir)/loaddefs.el")))' \
-f batch-update-autoloads $$wins
- $(MAKE) obsolete-autoloads
-
-# The obsolete/ subdirectory is normally not scanned for autoloads.
-# Sometimes we still want to autoload something from that directory,
-# eg iswitchb.
-.PHONY: obsolete-autoloads
-obsolete-autoloads: ${lisp}/obsolete/*.el
- $(emacs) -l autoload \
- --eval '(setq generate-autoload-cookie ";;;###obsolete-autoload")' \
- --eval '(setq generated-autoload-file (expand-file-name (unmsys--file-name "$(srcdir)/obsolete/loaddefs.el")))' \
- -f batch-update-autoloads ${lisp}/obsolete
# This is required by the bootstrap-emacs target in ../src/Makefile, so
# we know that if we have an emacs executable, we also have a subdirs.el.