org-indent: forgot to make a variable local

* lisp/org-indent.el (org-indent-mode):
  `org-indent-initial-resume-timer ' needs to be local.
This commit is contained in:
Nicolas Goaziou 2011-08-18 19:06:33 +02:00
parent 0538dd3188
commit c4d482b269
1 changed files with 1 additions and 0 deletions

View File

@ -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