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
e43cfb39
Commit
e43cfb39
authored
Nov 22, 2000
by
Dave Love
Browse files
(md5): Fix error call.
parent
cade2e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/md5.el
lisp/md5.el
+1
-2
No files found.
lisp/md5.el
View file @
e43cfb39
...
...
@@ -70,8 +70,7 @@ MD5 is defined in RFC 1321."
(
unless
(
eq
0
(
call-process-region
(
or
start
(
point-min
))
(
or
end
(
point-max
))
md5-program
nil
out-buffer
))
(
error
"Running MD5 command %s failed"
(
cons
md5-program
md5-program-args
)))))
(
error
"Running `md5-program' failed"
))))
;; The meaningful output is the first 32 characters.
;; Don't return the newline that follows them!
(
buffer-substring
1
33
))))
...
...
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