From 0dcd83d3b25c8187281ae493a28eb5898dea6b01 Mon Sep 17 00:00:00 2001 From: Sebastien Vauban Date: Tue, 28 Feb 2012 14:26:37 +0100 Subject: [PATCH] Add autoload instruction before org-version * org.el (org-version): Add autoload cookie. TINYCHANGE --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index b6c60a1eb..f2a887f4e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -206,6 +206,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."