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
defe3b41
Commit
defe3b41
authored
Jan 13, 2006
by
Eli Zaretskii
Browse files
(batch-byte-recompile-directory): Doc fix.
parent
53fad1e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+5
-1
No files found.
lisp/ChangeLog
View file @
defe3b41
2006-01-13 Eli Zaretskii <eliz@gnu.org>
* emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
* makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
(pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
years. Fix small differences wrt Makefile.in.
...
...
lisp/emacs-lisp/bytecomp.el
View file @
defe3b41
...
...
@@ -4101,7 +4101,11 @@ already up-to-date."
(
defun
batch-byte-recompile-directory
(
&optional
arg
)
"Run `byte-recompile-directory' on the dirs remaining on the command line.
Must be used only with `-batch', and kills Emacs on completion.
For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
Optional argument ARG is passed as second argument ARG to
`batch-recompile-directory'; see there for its possible values
and corresponding effects."
;; command-line-args-left is what is left of the command line (startup.el)
(
defvar
command-line-args-left
)
;Avoid 'free variable' warning
(
if
(
not
noninteractive
)
...
...
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