Browse Source

removing mention of 'babel' as a supported interpreter

Dan Davison 16 years ago
parent
commit
3c932ad603
1 changed files with 1 additions and 3 deletions
  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)