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 năm trước cách đây
mục cha
commit
33a2c7ea68
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)