Преглед изворни кода

ox: Fix compilation error with Emacs < 24

* lisp/ox.el (org-export-stack-mode-map): Fix compilation error with
  Emacs < 24.
Nicolas Goaziou пре 12 година
родитељ
комит
33a2c7ea68
1 измењених фајлова са 1 додато и 1 уклоњено
  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)