org-src: Change ambiguous variable name
commit3062753e16088cacc6dc7691264263eb202be3f7
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 26 May 2015 19:47:05 +0000 (26 21:47 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 26 May 2015 19:47:05 +0000 (26 21:47 +0200)
treea695e8b319124f6c98a92a3dd144e1fe9399a712
parente8ab94754435b958f4bea7a695317262f21dd21d
org-src: Change ambiguous variable name

* lisp/org-src.el (org-src--preserve-indentation): New variable.
(org-src--contents-for-write-back):
(org-src--edit-element):
(org-edit-src-code): Use new change.

Before this change `org-src-preserve-indentation' was both a defcustom
and an internal local variable.  Both uses are now separated.
lisp/org-src.el