浏览代码

Fix missing parenthesis. *Blush*.

Bastien Guerry 13 年之前
父节点
当前提交
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]