>From fd9fec872ba4799dae4718cd5716f96c97d4b823 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Thu, 21 Jul 2016 16:00:20 -0400 Subject: [PATCH 2/2] lm-maintainer should pass file arg to lm-authors * lisp/emacs-lisp/lisp-mnt.el (lm-maintainer): If `lm-maintainer' ends up calling `lm-authors', it should pass the optional FILE arg to that call. --- lisp/emacs-lisp/lisp-mnt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 46373da..604f472 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -393,7 +393,7 @@ lm-maintainer (let ((maint (lm-header "maintainer"))) (if maint (lm-crack-address maint) - (car (lm-authors)))))) + (car (lm-authors file)))))) (defun lm-creation-date (&optional file) "Return the created date given in file FILE, or current buffer if FILE is nil." -- 2.9.0