Просмотр исходного кода

Fix missing parenthesis. *Blush*.

Bastien Guerry 13 лет назад
Родитель
Сommit
6b83267f9e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -19083,7 +19083,7 @@ See the individual commands for more information."
      ["Insert citation" org-reftex-citation t]
      "--"
      ["Template for BEAMER" (progn (require 'org-beamer)
-				   (org-insert-beamer-options-template) t])
+				   (org-insert-beamer-options-template)) t])
     "--"
     ("MobileOrg"
      ["Push Files and Views" org-mobile-push t]