Re: [O] [patch] Add autoload for org-version

2012-03-08 Thread Bastien
Hi Sébastien,

"Sebastien Vauban"  writes:

> I don't know if this is correct and sufficient, so please amend if
> not...

Applied, thanks.  The only missing part in your patch is a 
Changelog message.

Best,

-- 
 Bastien



[O] [patch] Add autoload for org-version

2012-02-28 Thread Sebastien Vauban
Hello,

I don't know if this is correct and sufficient, so please amend if not...


>From 8754d92bc954ccc9d1c2178ffcae5144b83b2af2 Mon Sep 17 00:00:00 2001
From: Sebastien Vauban 
Date: Tue, 28 Feb 2012 14:26:37 +0100
Subject: [PATCH 4/4] Add autoload instruction before org-version

---
 lisp/org.el |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index a81f7fc..26b28f7 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -209,6 +209,7 @@ identifier."
 (defconst org-version "7.8.03"
   "The version number of the file org.el.")
 
+;;;###autoload
 (defun org-version (&optional here)
   "Show the org-mode version in the echo area.
 With prefix arg HERE, insert it at point."
-- 
1.7.9


Best regards,
  Seb

-- 
Sebastien Vauban