Browse Source

fix typo

* lisp/org.el (org-babel-load-languages): Forgot to capitalize "j".
Eric Schulte 12 năm trước cách đây
mục cha
commit
be70c688b2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -252,7 +252,7 @@ requirements) is loaded."
 		 (const :tag "Gnuplot" gnuplot)
 		 (const :tag "Gnuplot" gnuplot)
 		 (const :tag "Haskell" haskell)
 		 (const :tag "Haskell" haskell)
 		 (const :tag "IO" io)
 		 (const :tag "IO" io)
-		 (const :tag "J" j)
+		 (const :tag "J" J)
 		 (const :tag "Java" java)
 		 (const :tag "Java" java)
 		 (const :tag "Javascript" js)
 		 (const :tag "Javascript" js)
 		 (const :tag "LaTeX" latex)
 		 (const :tag "LaTeX" latex)