projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee32ae7
)
; Fix type error in 'package-maintainers'
author
Philip Kaludercic
<philipk@posteo.net>
Tue, 29 Nov 2022 21:35:55 +0000
(22:35 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Wed, 30 Nov 2022 19:27:41 +0000
(20:27 +0100)
* lisp/emacs-lisp/package.el (package-maintainers): Pass the email
address to 'ietf-drums-parse-address' (Bug#59676).
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 8d44fae30a0525b7c9a5ebcd44d9a2e8b8417642..8e7c34da383206a30457739f33432b861be1e854 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-4549,7
+4549,7
@@
will be signaled in that case."
(user-error "Package `%s' has no explicit maintainer" name))
((and (not (progn
(require 'ietf-drums)
- (ietf-drums-parse-address
maint
)))
+ (ietf-drums-parse-address
(cdr maint)
)))
(null no-error))
(user-error "Package `%s' has no maintainer address" name))
((not (null maint))