Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3405d98c
Commit
3405d98c
authored
Oct 06, 2009
by
Glenn Morris
Browse files
(autoloads): Skip preloaded files. (Bug#4446)
parent
a0436952
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/Makefile.in
lisp/Makefile.in
+5
-2
No files found.
lisp/ChangeLog
View file @
3405d98c
2009-10-06 Glenn Morris <rgm@gnu.org>
* emacs-lisp/autoload.el (autoload-excludes): New variable.
(autoload-generate-file-autoloads): Skip files in autoload-excludes.
(batch-update-autoloads): Process a string value of autoload-excludes,
set during the build process.
* Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
* net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
inside with-parsed... macro so that `v' is defined.
...
...
lisp/Makefile.in
View file @
3405d98c
...
...
@@ -145,13 +145,16 @@ finder-data: doit
# The chmod +w is to handle env var CVSREAD=1. Files named
# are identified by being the value of `generated-autoload-file'.
autoloads
:
$(LOADDEFS) doit
# The Makefile dependency is to make any missing-file error more explicit.
autoloads
:
$(LOADDEFS) ../src/Makefile doit
chmod
+w
$(lisp)
/ps-print.el
$(lisp)
/emulation/tpu-edt.el
\
$(lisp)
/emacs-lisp/cl-loaddefs.el
$(lisp)
/mail/rmail.el
\
$(lisp)
/dired.el
$(lisp)
/ibuffer.el
wd
=
$(lisp)
;
$(setwins_almost)
;
\
echo
Directories:
$$
wins
;
\
$(emacs)
-l
autoload
--eval
'(setq generated-autoload-file "
$(lisp)
/loaddefs.el")'
-f
batch-update-autoloads
$$
wins
preload
=
`
sed
-n
-e
'/^lisp=/ s/$
${lispsource}
//g p'
../src/Makefile |
\
sed
's/^lisp= //'
`
;
\
$(emacs)
-l
autoload
--eval
"(setq generated-autoload-file
\"
$(lisp)
/loaddefs.el
\"
autoload-excludes
\"
$
${preload}
\"
)"
-f
batch-update-autoloads
$$
wins
# 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment