Kaynağa Gözat

Bugfix: Add provide to contrib/lisp/org-exp-blocks.el

Carsten Dominik 16 yıl önce
ebeveyn
işleme
05d460cfb5
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 4 0
      contrib/ChangeLog
  2. 2 0
      contrib/lisp/org-exp-blocks.el

+ 4 - 0
contrib/ChangeLog

@@ -1,3 +1,7 @@
+2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
+
 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* lisp/org-depend.el (org-depend-block-todo): Set a tag when a

+ 2 - 0
contrib/lisp/org-exp-blocks.el

@@ -375,4 +375,6 @@ export."
 	       (message (match-string 1 raw))
 	       (match-string 1 raw)))))))
 
+(provide 'org-exp-blocks)
+
 ;;; org-exp-blocks.el ends here