Преглед на файлове

rename ob-sh to ob-shell

Eric Schulte преди 11 години
родител
ревизия
583e7ab175
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 0 0
      lisp/ob-shell.el
  2. 1 1
      testing/lisp/test-ob-sh.el

+ 0 - 0
lisp/ob-sh.el → lisp/ob-shell.el


+ 1 - 1
testing/lisp/test-ob-sh.el

@@ -24,7 +24,7 @@
 
 ;;; Code:
 (org-test-for-executable "sh")
-(unless (featurep 'ob-sh)
+(unless (featurep 'ob-shell)
   (signal 'missing-test-dependency "Support for Sh code blocks"))
 
 (ert-deftest test-ob-sh/dont-insert-spaces-on-expanded-bodies ()