ob-lob: Remove `org-babel-lob-files'

* lisp/ob-lob.el (org-babel-lob-files): Remove variable.
(org-babel-library-of-babel): Fix docstring.

Since its creation, `org-babel-lob-files' has been a no-op.  Since no-one
noticed it during those 7 years, it can safely be removed.

Reported-by: "Charles C. Berry" <ccberry@ucsd.edu>
<http://permalink.gmane.org/gmane.emacs.orgmode/107824>
This commit is contained in:
Nicolas Goaziou 2016-06-20 14:44:44 +02:00
parent bae2286393
commit a5cf0f6fb8
1 changed files with 2 additions and 9 deletions

View File

@ -35,15 +35,8 @@
(defvar org-babel-library-of-babel nil
"Library of source-code blocks.
This is an association list. Populate the library by adding
files to `org-babel-lob-files'.")
(defcustom org-babel-lob-files nil
"Files used to populate the `org-babel-library-of-babel'.
To add files to this list use the `org-babel-lob-ingest' command."
:group 'org-babel
:version "24.1"
:type '(repeat file))
This is an association list. Populate the library by calling
`org-babel-lob-ingest' on files containing source blocks.")
(defvar org-babel-default-lob-header-args
'((:cache . "no")