Kyle Meyer
|
51c4cc1a8a
|
Prefer symbol for eval-after-load's FILE argument
Call eval-after-load with a symbol rather than a string to avoid
potential name conflicts with files that do not provide the feature
(e.g., if a user configures speedbar in a file named "speedbar.el")
Reported-by: John Foerch <jjfoerch@gmail.com>
Ref: https://orgmode.org/list/CAEeGWGKfrV7w9qtPRpAhFtiOCH-+8_ydEe11EoMAkUkbTq1fuA@mail.gmail.com
|
2020-11-06 00:32:16 -05:00 |
Kyle Meyer
|
ff5fc050d3
|
Update copyright year to 2020
|
2020-01-01 13:38:46 -05:00 |
Maxim Cournoyer
|
5b6e099a6b
|
contrib: ob-sclang: Fix compilation issue.
* contrib/lisp/ob-sclang.el: Require sclang instead of sclang-interp.
|
2018-03-25 23:28:42 +02:00 |
Kyle Meyer
|
3e1641ef0a
|
Update copyright years
|
2018-01-07 00:27:54 -05:00 |
Kaushal Modi
|
7a29c82e11
|
Make ob-sclang.el work on emacs 24.3
* contrib/lisp/ob-sclang.el: Use eval-after-load instead of
with-eval-after-load.
|
2017-09-07 14:13:38 -04:00 |
Bastien
|
a023d670ec
|
contrib/lisp/ob-sclang.el: Don't use lexical-binding
* contrib/lisp/ob-sclang.el: Don't use lexical-binding.
Fix copyright year.
(org-babel-execute:sclang): Remove commented code.
|
2017-06-17 12:53:34 +02:00 |
stardiviner
|
4030b7b907
|
ob-sclang.el: add ob-sclang for sclang Org-mode babel support
* ob-sclang.el (org-babel-execute:sclang): support evaluating sclang
code in Org-mode Babel.
Support sclang evaluation in Org-mode Babel.
|
2017-06-17 12:50:26 +02:00 |