Explorar el Código

fix typo

* lisp/org.el (org-babel-load-languages): Forgot to capitalize "j".
Eric Schulte hace 12 años
padre
commit
be70c688b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)