Browse Source

rename ob-sh to ob-shell

Eric Schulte 11 years ago
parent
commit
583e7ab175
2 changed files with 1 additions and 1 deletions
  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 ()