소스 검색

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

* lisp/ob-J.el (obj-get-string-alignment): Fix bug.
Oleh Krehel 11 년 전
부모
커밋
e23bbda0aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ob-J.el

+ 1 - 1
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)))