Hi Tom,

· On Jan 05 2012, Tom <adatgyu...@gmail.com> wrote:
> Bastien <bzg <at> altern.org> writes:
>
>> 
>> Please feel free to suggest any better description, I 
>> just took the one from the commentary section of the .el
>> file.
>
> They look fine to me which is not suprising, because I wrote these
> descriptions in the first place. :)

I downloaded org-search-goto-ml.el and tried

  (require 'org-search-goto-ml)

which failed. This is because of the (provide ...) statement.

Attached is a patch which corrects this line.

-- 
Mit freundlichen Grüßen / Best regards 

Thomas Holst 
>From 42aa4ffcb6e36d3cf4df1c24796a6ae4c995052f Mon Sep 17 00:00:00 2001
From: Thomas Holst <thomas.ho...@de.bosch.com>
Date: Mon, 9 Jan 2012 10:20:58 +0100
Subject: [PATCH] org-search-goto-ml.el: corrected the proviede statement

---
 org-search-goto-ml.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-search-goto-ml.el b/org-search-goto-ml.el
index 52b473a..4668401 100755
--- a/org-search-goto-ml.el
+++ b/org-search-goto-ml.el
@@ -298,5 +298,5 @@
 
 
 
-(provide 'org-search-goto)
-;;; org-search-goto.el ends here
+(provide 'org-search-goto-ml)
+;;; org-search-goto-ml.el ends here
-- 
1.7.5.1

Reply via email to