浏览代码

org-indent: forgot to make a variable local

* lisp/org-indent.el (org-indent-mode):
  `org-indent-initial-resume-timer ' needs to be local.
Nicolas Goaziou 13 年之前
父节点
当前提交
c4d482b269
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-indent.el

+ 1 - 0
lisp/org-indent.el

@@ -174,6 +174,7 @@ during idle time." nil " Ind" nil
     (or org-indent-strings (org-indent-initialize))
     (org-set-local 'org-indent-initial-marker (copy-marker 1))
     (org-set-local 'org-indent-initial-lock nil)
+    (org-set-local 'org-indent-initial-resume-timer nil)
     (when org-indent-mode-turns-off-org-adapt-indentation
       (org-set-local 'org-adapt-indentation nil))
     (when org-indent-mode-turns-on-hiding-stars