]> git.eshelyaron.com Git - emacs.git/commit
; Improve robustness of package-report-bug
authorSpencer Baugh <sbaugh@catern.com>
Sun, 9 Jul 2023 16:59:50 +0000 (12:59 -0400)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 15 Jul 2023 22:27:40 +0000 (00:27 +0200)
commit17073af84d7eaedc81d84fc16f8aa0db215c6a31
tree0fad17944e2e530c38ee55bb871a48f6b458dfd7
parent16f3a09e8dba33b2e3d7505862e7fc99952edcae
; Improve robustness of package-report-bug

* lisp/emacs-lisp/package.el (package-report-bug): Do not assume that
every entry in 'custom-current-group-alist' has a non-nil entry for a
filename.

It is possible for a group to not be associated with any file, e.g. when
a 'defgroup' form is evaluated using 'eval-expression'.  (bug#64543)
lisp/emacs-lisp/package.el