summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Vauban <sva@mygooglest.com>2012-02-28 14:26:37 +0100
committerEric Schulte <eric.schulte@gmx.com>2012-03-14 09:17:43 -0400
commit0dcd83d3b25c8187281ae493a28eb5898dea6b01 (patch)
treec0cf61fc2dc6aec7c63bceb69a57123a10c76e33
parenta829737e4690fcb24af4265557d65e6a02f4c53a (diff)
downloadorg-mode-0dcd83d3b25c8187281ae493a28eb5898dea6b01.tar.gz
Add autoload instruction before org-version
* org.el (org-version): Add autoload cookie. TINYCHANGE
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index b6c60a1..f2a887f 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."