Browse Source

ox: Fix compilation error with Emacs < 24

* lisp/ox.el (org-export-stack-mode-map): Fix compilation error with
  Emacs < 24.
Nicolas Goaziou 11 years ago
parent
commit
33a2c7ea68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ox.el

@@ -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)