org.el: Fix a variable name error

* lisp/org.el (org-version): Fix an error imported with merge in
  f95641c443, replace `_version´ by `version1´.
This commit is contained in:
Achim Gratz 2013-11-14 21:21:58 +01:00 committed by Bastien Guerry
parent bf012136bd
commit 97e99614d8
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ When MESSAGE is non-nil, display a message with the version."
(if here
(insert version)
(message version))
(if message (message _version))
(if message (message version1))
version1)))
(defconst org-version (org-version))