Explorar o código

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.
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
1df9907b50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mk/org-fixup.el

+ 1 - 1
mk/org-fixup.el

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