Explorar o código

removing mention of 'babel' as a supported interpreter

Dan Davison %!s(int64=16) %!d(string=hai) anos
pai
achega
3c932ad603
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      lisp/org-babel.el

+ 1 - 3
lisp/org-babel.el

@@ -100,7 +100,6 @@ sh         Pass command to the shell and display the result
 perl       The perl interpreter
 perl       The perl interpreter
 python     The python interpreter
 python     The python interpreter
 ruby       The ruby interpreter
 ruby       The ruby interpreter
-babel      A degenerate source block (no body) to implement library-of-babel calls
 
 
 The source block regexp `org-babel-src-block-regexp' is updated
 The source block regexp `org-babel-src-block-regexp' is updated
 when a new interpreter is added to this list through the
 when a new interpreter is added to this list through the
@@ -114,8 +113,7 @@ lisp code use the `org-babel-add-interpreter' function."
               (const "sh")
               (const "sh")
 	      (const "perl")
 	      (const "perl")
 	      (const "python")
 	      (const "python")
-	      (const "ruby")
-  	      (const "babel")))
+	      (const "ruby")))
 
 
 ;;; functions
 ;;; functions
 (defun org-babel-pop-to-session (&optional arg info)
 (defun org-babel-pop-to-session (&optional arg info)