Merge branch 'maint'
This commit is contained in:
commit
da8daf50a7
|
@ -9142,7 +9142,7 @@ if `orgstruct-heading-prefix-regexp' is not empty."
|
||||||
(key-description key))))))
|
(key-description key))))))
|
||||||
thereis (key-binding key))))
|
thereis (key-binding key))))
|
||||||
(if (keymapp binding)
|
(if (keymapp binding)
|
||||||
(set-transient-map binding)
|
(org-set-transient-map binding)
|
||||||
(let ((func (or binding
|
(let ((func (or binding
|
||||||
(unless disable
|
(unless disable
|
||||||
'orgstruct-error))))
|
'orgstruct-error))))
|
||||||
|
|
Loading…
Reference in New Issue