Selaa lähdekoodia

Merge branch 'maint'

Nicolas Goaziou 11 vuotta sitten
vanhempi
commit
d73ff5fd61
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ox.el

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