Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-01-22 11:44:59 +01:00
commit 0b67b7e283
1 changed files with 6 additions and 0 deletions

View File

@ -260,6 +260,12 @@ ignored in this case."
next (+ from (* n inc)))))
(nreverse seq)))))
;; `set-transient-map' is only in Emacs >= 24.4
(defalias 'org-set-transient-map
(if (fboundp 'set-transient-map)
'set-transient-map
'set-temporary-overlay-map))
;; Region compatibility
(defvar org-ignore-region nil