Просмотр исходного кода

removing mention of 'babel' as a supported interpreter

Dan Davison 17 лет назад
Родитель
Сommit
3c932ad603
1 измененных файлов с 1 добавлено и 3 удалено
  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)