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
53be4cdb
Commit
53be4cdb
authored
Aug 29, 2009
by
Stefan Monnier
Browse files
(get-free-disk-space): Fix paren-typo in last change.
parent
51da8fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/files.el
View file @
53be4cdb
...
...
@@ -5383,7 +5383,7 @@ program specified by `directory-free-space-program' if that is non-nil."
(
when
(
and
directory-free-space-program
;; Avoid failure if the default directory does
;; not exist (Bug#2631, Bug#3911).
(
let
((
default-directory
"/"
)
(
let
((
default-directory
"/"
)
)
(
eq
(
call-process
directory-free-space-program
nil
t
nil
directory-free-space-args
...
...
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