Explorar o código

org.el: Fix a variable name error

* lisp/org.el (org-version): Fix an error imported with merge in
  f95641c443, replace `_version´ by `version1´.
Achim Gratz %!s(int64=11) %!d(string=hai) anos
pai
achega
97e99614d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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