Fix 77458b

This commit is contained in:
Bastien Guerry 2014-01-24 12:17:08 +01:00
parent caf851d44d
commit e8bfc5336c
1 changed files with 1 additions and 1 deletions

View File

@ -9052,7 +9052,7 @@ if `orgstruct-heading-prefix-regexp' is not empty."
(key-description key))))))
thereis (key-binding key))))
(if (keymapp binding)
(set-transient-map binding)
(org-set-transient-map binding)
(let ((func (or binding
(unless disable
'orgstruct-error))))