ox: Fix compilation error with Emacs < 24

* lisp/ox.el (org-export-stack-mode-map): Fix compilation error with
  Emacs < 24.
This commit is contained in:
Nicolas Goaziou 2013-07-28 21:40:02 +02:00
parent 17ba41434e
commit 33a2c7ea68
1 changed files with 1 additions and 1 deletions

View File

@ -5584,7 +5584,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)