Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-03-13 09:46:58 +01:00
commit a6f8460487
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ with \",*\", \",#+\", \",,*\" and \",,#+\"."
(while (re-search-forward "^" nil t)
(if (not (looking-at "$"))
(replace-match indent)
(forward-char 1))))
(or (eobp) (forward-char 1)))))
(if (org-bound-and-true-p org-edit-src-picture)
(setq total-nindent (+ total-nindent 2)))
(setq code (buffer-string))