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

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

[elpa] externals/org c508ff41e4: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org c508ff41e4: Merge branch 'bugfix'
Date: Fri, 13 May 2022 06:57:56 -0400 (EDT)

branch: externals/org
commit c508ff41e44c45626e71bab6324a5b03b98d8803
Merge: 5766ddd758 4fe59b688f
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 48d992d9ed..47a16e94b0 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 tangled-file)
+         (load (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]