diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-09-29 18:48:59 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-09-29 23:21:21 -0400 |
commit | bf9ec3d91a79414deac039f7bf83352a9b0a9a85 (patch) | |
tree | 5e636992801ca408a26f7b7532c666d24c80020e /lisp/org/ob-processing.el | |
parent | dc94ca7b2b878c9a88be72fea118bf6557259ffd (diff) | |
download | emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.tar.gz emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.tar.bz2 emacs-bf9ec3d91a79414deac039f7bf83352a9b0a9a85.zip |
Update to Org 9.5
Diffstat (limited to 'lisp/org/ob-processing.el')
-rw-r--r-- | lisp/org/ob-processing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-processing.el b/lisp/org/ob-processing.el index 9e6572a5fdd..84fd6a2964f 100644 --- a/lisp/org/ob-processing.el +++ b/lisp/org/ob-processing.el @@ -47,7 +47,7 @@ ;;; Requirements: ;; - processing2-emacs mode :: https://github.com/ptrv/processing2-emacs -;; - Processing.js module :: http://processingjs.org/ +;; - Processing.js module :: https://processingjs.org/ ;;; Code: (require 'ob) |