diff options
Diffstat (limited to 'lisp/org/ob-matlab.el')
-rw-r--r-- | lisp/org/ob-matlab.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-matlab.el b/lisp/org/ob-matlab.el index 4ee090e4ac7..f50da0ea434 100644 --- a/lisp/org/ob-matlab.el +++ b/lisp/org/ob-matlab.el @@ -32,7 +32,7 @@ ;; matlab.el required for interactive emacs sessions and matlab-mode ;; major mode for source code editing buffer -;; http://matlab-emacs.sourceforge.net/ +;; https://matlab-emacs.sourceforge.net/ ;;; Code: (require 'ob) |