Return real version string from fake org-release fn
This commit is contained in:
parent
0dfdbd471c
commit
3e357c2e88
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ byte-compiled from.")
|
|||
"-q" "--batch"
|
||||
;; HACK See lang/org/init.el on why this is necessary
|
||||
"--eval"
|
||||
(prin1-to-string '(fset 'org-release #'ignore))
|
||||
(prin1-to-string '(defun org-release () "9.3"))
|
||||
"--eval"
|
||||
(prin1-to-string '(fset 'org-git-release #'ignore))
|
||||
"-l" "ob-tangle" "--eval"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue