1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-24 07:20:29 +00:00

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

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