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
691e7e76
Commit
691e7e76
authored
Jul 27, 1993
by
Richard M. Stallman
Browse files
(byte-recompile-directory): Doc fix.
parent
a646e520
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+4
-1
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
691e7e76
...
...
@@ -1055,11 +1055,14 @@ otherwise pop it")
(
defun
byte-recompile-directory
(
directory
&optional
arg
)
"Recompile every `.el' file in DIRECTORY that needs recompilation.
This is if a `.elc' file exists but is older than the `.el' file.
Files in subdirectories of DIRECTORY are processed also.
If the `.elc' file does not exist, normally the `.el' file is *not* compiled.
But a prefix argument (optional second arg) means ask user,
for each such `.el' file, whether to compile it. Prefix argument 0 means
don't ask and compile the file anyway."
don't ask and compile the file anyway.
A nonzero prefix argument also means ask about each subdirectory."
(
interactive
"DByte recompile directory: \nP"
)
(
if
arg
(
setq
arg
(
prefix-numeric-value
arg
)))
...
...
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