org-fixup.el (org-fixup): Fix tiny typo.

This commit is contained in:
Bastien Guerry 2012-08-08 10:05:41 +02:00
parent a66f44d123
commit 6e2838745c
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ oldorg: # do what the old Makfile did by default
(setq org-version (substring git0 8))
(setq org-version git0))))
(cd origin)))))
(message "org-fixup.el: redefined org version.")
(message "org-fixup.el: redefined Org version")
`(progn
(defun org-release () ,org-version)
(defun org-git-version () ,org-git-version))))