0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 09:16:26 +00:00

ob-J.el: Fix wrong name in a call.

* lisp/ob-J.el (obj-get-string-alignment): Fix bug.
This commit is contained in:
Oleh Krehel 2013-12-31 22:55:10 +01:00
parent 8c67695e62
commit e23bbda0aa

View file

@ -115,7 +115,7 @@ Don't trust first line."
(setq n2 (obj-match-second-space-right (nth 1 lines)))) (setq n2 (obj-match-second-space-right (nth 1 lines))))
n2 n2
0)) 0))
((not (obj-match-second-space (nth 0 lines))) ((not (obj-match-second-space-left (nth 0 lines)))
0) 0)
((and ((and
(setq n1 (obj-match-second-space-left (nth 1 lines))) (setq n1 (obj-match-second-space-left (nth 1 lines)))