0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 16:18:52 +00:00

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

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))