Skip to content

Commit

Permalink
nit(defaults): minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 25, 2023
1 parent 1e84c48 commit 6fc983d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@
(condition-case nil
;; Android may raise permission-denied error
(with-temp-buffer
(insert-file-contents
"/proc/sys/fs/pipe-max-size")
(insert-file-contents "/proc/sys/fs/pipe-max-size")
(string-to-number (buffer-string)))
;; If an error occured, fallback to the default value
(error read-process-output-max))
Expand Down

0 comments on commit 6fc983d

Please sign in to comment.