浏览代码

finish rename (split up for git)

Eric Schulte 11 年之前
父节点
当前提交
3b3dbca13c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lisp/ob-shell.el

+ 3 - 3
lisp/ob-shell.el

@@ -1,4 +1,4 @@
-;;; ob-sh.el --- org-babel functions for shell evaluation
+;;; ob-shell.el --- org-babel functions for shell evaluation
 
 ;; Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
@@ -223,8 +223,8 @@ return the value of the last statement in BODY."
     (setq string (substring string (match-end 0))))
   string)
 
-(provide 'ob-sh)
+(provide 'ob-shell)
 
 
 
-;;; ob-sh.el ends here
+;;; ob-shell.el ends here