Change let bind to a let* in org-edit-src-code
commit526cac17764a5ac096af2588ee0cd45878a44295
authorSuvayu Ali <fatkasuvayu+linux@gmail.com>
Wed, 14 Mar 2012 08:49:40 +0000 (14 09:49 +0100)
committerBastien Guerry <bzg@altern.org>
Tue, 20 Mar 2012 02:03:32 +0000 (20 03:03 +0100)
tree7987ca9b0ac885426ff95d6681108a908e709c72
parent2b3ae5c04690b380c7edb41cbbe79dca42e36ce2
Change let bind to a let* in org-edit-src-code

* org-src.el (org-edit-src-code): Change let bind to let*,
          e.g. if case-fold-search is bound to nil globally, the
          (case-fold-search t) doesn't work until we get to the body.

  The fix and analysis was provided by Nick Dokos on this
          email message thread:
          <http://thread.gmane.org/gmane.emacs.orgmode/53335/focus=53342>

  TINY CHANGE
lisp/org-src.el