projects
/
emacs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dired: M-> and M-< now go to the first/last file
[emacs.git]
/
bin
/
byte-compile
diff --git
a/bin/byte-compile
b/bin/byte-compile
index
26d1855
..
d03ac24
100755
(executable)
--- a/
bin/byte-compile
+++ b/
bin/byte-compile
@@
-11,7
+11,7
@@
if [[ -f "${INPUT}" ]]; then
rm -f "${INPUT}c"
${EC} --eval "(byte-compile-file \"${INPUT}\")"
else
- cd ${
DIR
}
+ cd ${
INPUT
}
find -type f -name "*.elc" -delete
for file in $(find -type f -name "*.el"); do
echo -n "${file} ... "