Pārlūkot izejas kodu

finish rename (split up for git)

Eric Schulte 11 gadi atpakaļ
vecāks
revīzija
3b3dbca13c
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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