org.el (org-version): New constant
* org.el (org-version): New constant.
This commit is contained in:
parent
7de1b14465
commit
12f46c9d00
|
@ -236,6 +236,8 @@ When MESSAGE is non-nil, display a message with the version."
|
|||
(if message (message _version))
|
||||
_version)))
|
||||
|
||||
(defconst org-version (org-version))
|
||||
|
||||
;;; Compatibility constants
|
||||
|
||||
;;; The custom variables
|
||||
|
|
Loading…
Reference in New Issue