Pārlūkot izejas kodu

Backport change from Chong on 2013-12-23

Bastien Guerry 11 gadi atpakaļ
vecāks
revīzija
152712a7c8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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