0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 07:49:24 +00:00

Add autoload instruction before org-version

* org.el (org-version): Add autoload cookie.

TINYCHANGE
This commit is contained in:
Sebastien Vauban 2012-02-28 14:26:37 +01:00 committed by Eric Schulte
parent a829737e46
commit 0dcd83d3b2

View file

@ -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."