summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleh Krehel <ohwoeowho@gmail.com>2013-12-31 22:55:10 +0100
committerOleh Krehel <ohwoeowho@gmail.com>2013-12-31 22:56:20 +0100
commite23bbda0aa99dedff06b8df9e0c865a94df37cd1 (patch)
tree9b622b3edb1c28eefc417fcc63ca59099304c66e
parent8c67695e6207bac0f5c73ad6e47cc540ce4c70cc (diff)
downloadorg-mode-e23bbda0aa99dedff06b8df9e0c865a94df37cd1.tar.gz
ob-J.el: Fix wrong name in a call.
* lisp/ob-J.el (obj-get-string-alignment): Fix bug.
-rw-r--r--lisp/ob-J.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-J.el b/lisp/ob-J.el
index d9da024..5b8b0f5 100644
--- a/lisp/ob-J.el
+++ b/lisp/ob-J.el
@@ -115,7 +115,7 @@ Don't trust first line."
(setq n2 (obj-match-second-space-right (nth 1 lines))))
n2
0))
- ((not (obj-match-second-space (nth 0 lines)))
+ ((not (obj-match-second-space-left (nth 0 lines)))
0)
((and
(setq n1 (obj-match-second-space-left (nth 1 lines)))