* org-src.el (org-edit-src-code): Fix typo-bug.

This is leftover from Tassilo's previous patch applied today.
This commit is contained in:
Bastien Guerry 2011-10-22 15:26:36 +02:00
parent da5a68a0bc
commit 4d10c36e2b
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ buffer."
(error "Language mode `%s' fails with: %S" lang-f (nth 1 e)))))
(dolist (pair transmitted-variables)
(org-set-local (car pair) (cadr pair)))
(when eq major-mode 'org-mode
(when (eq major-mode 'org-mode)
(goto-char (point-min))
(while (re-search-forward "^," nil t)
(if (eq (org-current-line) line) (setq total-nindent (1+ total-nindent)))