Bytecompiler bytecompiler, won't you shut up

This commit is contained in:
Henrik Lissner 2019-11-23 00:52:36 -05:00
parent 803da8b3b9
commit 26c8f5c6ef
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
21 changed files with 31 additions and 28 deletions

View file

@ -113,7 +113,7 @@ Warning: freezes indefinitely on any stdin prompt."
:connection-type 'pipe))
done-p)
(set-process-filter
process (lambda (process output)
process (lambda (_process output)
(princ output (current-buffer))
(princ output)))
(set-process-sentinel

View file

@ -178,6 +178,7 @@ single file or nested compound statement of `and' and `or' statements."
file))
(nth 7 (file-attributes file))))
(defvar w32-get-true-file-attributes)
;;;###autoload
(defun doom-directory-size (dir)
"Returns the size of FILE (in DIR) in kilobytes."