diff options
author | Bastien Guerry <bzg@gnu.org> | 2020-12-13 13:44:15 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2020-12-13 13:44:15 +0100 |
commit | f22856a5c54d99867cd24c08a14bbda23d5c6229 (patch) | |
tree | b6bd688963531eccb8b9d18195df0edfc34ba59d /lisp/org/ob-comint.el | |
parent | 6aa9fe3e1b4052b2acde86404a90e35893ebfa00 (diff) | |
download | emacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.tar.gz emacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.tar.bz2 emacs-f22856a5c54d99867cd24c08a14bbda23d5c6229.zip |
Update to Org 9.4.1
Diffstat (limited to 'lisp/org/ob-comint.el')
-rw-r--r-- | lisp/org/ob-comint.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org/ob-comint.el b/lisp/org/ob-comint.el index 552b7a037cf..d3484bb7c60 100644 --- a/lisp/org/ob-comint.el +++ b/lisp/org/ob-comint.el @@ -151,6 +151,4 @@ FILE exists at end of evaluation." (provide 'ob-comint) - - ;;; ob-comint.el ends here |