emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 513ab7c48c: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 513ab7c48c: Merge branch 'bugfix'
Date: Sat, 14 May 2022 07:57:47 -0400 (EDT)

branch: externals/org
commit 513ab7c48cf81b7d5d6d703066be1d13615bb515
Merge: d6bae908f3 ef41f385fb
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    Merge branch 'bugfix'
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index f4c67b8c0e..766e3f80ff 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -264,7 +264,7 @@ byte-compiled before it is loaded."
     (if compile
        (progn
          (byte-compile-file tangled-file)
-         (load (byte-compile-dest-file tangled-file))
+         (load-file (byte-compile-dest-file tangled-file))
          (message "Compiled and loaded %s" tangled-file))
       (load-file tangled-file)
       (message "Loaded %s" tangled-file))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]