Parcourir la source

fix typo

* lisp/org.el (org-babel-load-languages): Forgot to capitalize "j".
Eric Schulte il y a 12 ans
Parent
commit
be70c688b2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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