mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
org-fixup.el: Use defvar instead of defconst to define the `org-odt-data-dir' autoload
* org-fixup.el (org-make-org-version): Use defvar instead of defconst to define the `org-odt-data-dir' autoload. Thanks to Glenn Morris for pointing at this.
This commit is contained in:
parent
f95e5ff1ba
commit
1df9907b50
@ -52,7 +52,7 @@ the Git work tree)."
|
||||
(let ((org-git-version \"" org-git-version "\"))
|
||||
org-git-version))
|
||||
;;;\#\#\#autoload
|
||||
\(defconst org-odt-data-dir \"" odt-dir "\"
|
||||
\(defvar org-odt-data-dir \"" odt-dir "\"
|
||||
\"The location of ODT styles.\")
|
||||
\f\n\(provide 'org-version\)
|
||||
\f\n;; Local Variables:\n;; version-control: never
|
||||
|
Loading…
Reference in New Issue
Block a user