From c4d482b269ba3900dd3bd19396599a7a9bc109cf Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 18 Aug 2011 19:06:33 +0200 Subject: [PATCH] org-indent: forgot to make a variable local * lisp/org-indent.el (org-indent-mode): `org-indent-initial-resume-timer ' needs to be local. --- lisp/org-indent.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-indent.el b/lisp/org-indent.el index 1e6dd9307..44160d749 100644 --- a/lisp/org-indent.el +++ b/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 -- 2.11.4.GIT