Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-07-28 21:40:37 +02:00
commit d73ff5fd61
1 changed files with 1 additions and 1 deletions

View File

@ -5745,7 +5745,7 @@ within Emacs."
((bufferp source) (org-switch-to-buffer-other-window source))
(t (org-open-file source in-emacs)))))
(defconst org-export-stack-mode-map
(defvar org-export-stack-mode-map
(let ((km (make-sparse-keymap)))
(define-key km " " 'next-line)
(define-key km "n" 'next-line)