Merge from origin/emacs-29
4bd8e8c6d2
; * src/xdisp.c: Fix wording in commentary.3af27a4b81
Improve commentary in nsfns.m5de5e4b4d0
Fix typos and ommissions in cus-edit.el9d93c6ba14
; * src/xdisp.c: Fix typos in the commentary.86f2d6d62f
; * src/xdisp.c: Improve commentary. (Bug#64596)ac075176bf
; * admin/notes/bugtracker: Fix punctuation.8151853447
; * admin/notes/bugtracker: Use 'e.g.' throughout the doc...f063f79a49
Convert NUL-containing NSString objects to Lisp strings c...d172cd5985
; * doc/lispref/keymaps.texi (Modifying Menus): Add cross...927e8b470f
; * doc/lispref/keymaps.texi (Extended Menu Items): Add @...77f489421e
; * src/xdisp.c: Minor improvements of the commentary.ce3f9fba1a
; Improve accuracy of out-out-order message insertion17073af84d
; Improve robustness of package-report-bug
This commit is contained in:
commit
f9bbe3189b
7 changed files with 139 additions and 90 deletions
|
@ -4641,13 +4641,14 @@ DESC must be a `package-desc' object."
|
|||
vars)
|
||||
(dolist-with-progress-reporter (group custom-current-group-alist)
|
||||
"Scanning for modified user options..."
|
||||
(dolist (ent (get (cdr group) 'custom-group))
|
||||
(when (and (custom-variable-p (car ent))
|
||||
(boundp (car ent))
|
||||
(not (eq (custom--standard-value (car ent))
|
||||
(default-toplevel-value (car ent))))
|
||||
(file-in-directory-p (car group) (package-desc-dir desc)))
|
||||
(push (car ent) vars))))
|
||||
(when (and (car group)
|
||||
(file-in-directory-p (car group) (package-desc-dir desc)))
|
||||
(dolist (ent (get (cdr group) 'custom-group))
|
||||
(when (and (custom-variable-p (car ent))
|
||||
(boundp (car ent))
|
||||
(not (eq (custom--standard-value (car ent))
|
||||
(default-toplevel-value (car ent)))))
|
||||
(push (car ent) vars)))))
|
||||
(dlet ((reporter-prompt-for-summary-p t))
|
||||
(reporter-submit-bug-report maint name vars))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue