From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: [patch] Add autoload for org-version Date: Tue, 28 Feb 2012 14:29:42 +0100 Message-ID: <80399vqe61.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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