소스 검색

ox: Fix compilation error with Emacs < 24

* lisp/ox.el (org-export-stack-mode-map): Fix compilation error with
  Emacs < 24.
Nicolas Goaziou 11 년 전
부모
커밋
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)