Avoid altering window configuration when saving edit buffer.
commit081ff1ebe38facaafa3c13968de69f4cd64c2755
authorDan Davison <davison@stats.ox.ac.uk>
Sun, 8 Nov 2009 01:45:50 +0000 (7 20:45 -0500)
committerDan Davison <davison@stats.ox.ac.uk>
Mon, 9 Nov 2009 22:05:07 +0000 (9 17:05 -0500)
tree9d7e57a9246f37afb954ba83de69f96aba4853da
parent9f6102f9e756e4f0d097eb2ee144ffe06c95ab87
Avoid altering window configuration when saving edit buffer.

Saving the edit buffer is achieved by calling org-edit-src-exit,
saving the org buffer and returning to the edit buffer with
org-edit-src-code. When those two functions are used in this context,
they should not attempt to restore the saved window configuration, nor
alter the saved window configuration.
lisp/ChangeLog
lisp/org-src.el