update packages
This commit is contained in:
@@ -75,7 +75,7 @@ work correctly if this file is not up-to-date."
|
||||
(set-visited-file-name "org-loaddefs.el")
|
||||
(insert ";;; org-loaddefs.el --- autogenerated file, do not edit\n;;\n;;; Code:\n")
|
||||
(let ((files (directory-files default-directory
|
||||
nil "^\\(org\\|ob\\|ox\\)\\(-.*\\)?\\.el$")))
|
||||
nil "^\\(org\\|ob\\|ox\\|ol\\)\\(-.*\\)?\\.el$")))
|
||||
(mapc (lambda (f) (generate-file-autoloads f)) files))
|
||||
(insert "\f\n(provide 'org-loaddefs)\n")
|
||||
(insert "\f\n;; Local Variables:\n;; version-control: never\n")
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
ORGVERSION ?= 9.3.6
|
||||
GITVERSION ?= 9.3.6-dist
|
||||
ORGVERSION ?= 9.4.4
|
||||
GITVERSION ?= 9.4.4-dist
|
||||
|
||||
Reference in New Issue
Block a user