mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-30
d66b8d4becFix checkbox's child creation26c5fadf47Document that 'package-vc' doesn't support built-in packagesee61b9a050; Fix documentation of completion commandsce43d13593; Simplify admin/run-codespellfa1470d069; Remove duplicated word in files.el Commentarydabaea9746Improve checkdoc-common-verbs-wrong-voice docstring6de2ee5663Document string-as-{unibyte,multibyte} as obsolete in manual7f76f872ebFix go-ts-mode var spec indentation (Bug#75362)01464fc882Add "text" as a thing in tsx-ts-mode59c5733792Improve doc string of 'package-delete'313a191d04; * admin/MAINTAINERS: Remove Kelvin White.002960ceabClarify that 'mac' line ending convention is not used on ...4210e06564Add language server for Odinee1034422b; Improve documentation of function-type display1c49edc408Modernize "Commentary" section of files.el505c1123e1* INSTALL: Add advice how to invoke 'make install'. (Bug...82e16cae9cImprove the documentation of 'key-valid-p' # Conflicts: # etc/NEWS # lisp/progmodes/typescript-ts-mode.el
This commit is contained in:
commit
3d960c16c6
20 changed files with 84 additions and 62 deletions
|
|
@ -2552,12 +2552,9 @@ If the item is checked, CHOSEN is a cons whose cdr is the value."
|
|||
(widget-create-child-value
|
||||
widget type (cdr chosen)))
|
||||
(t
|
||||
(widget-create-child-value
|
||||
widget type (car (cdr chosen)))
|
||||
;; This somehow breaks :options and other
|
||||
;; Custom features.
|
||||
;; (widget-specify-selected child)
|
||||
))))
|
||||
(widget-specify-selected child)
|
||||
(widget-create-child-value
|
||||
widget type (car (cdr chosen)))))))
|
||||
(t
|
||||
(error "Unknown escape `%c'" escape)))))
|
||||
;; Update properties.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue