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

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

[elpa] externals/org e3348ccc03 4/6: org-batch-test-init: Remove dead co


From: ELPA Syncer
Subject: [elpa] externals/org e3348ccc03 4/6: org-batch-test-init: Remove dead code
Date: Thu, 15 Sep 2022 23:57:54 -0400 (EDT)

branch: externals/org
commit e3348ccc03b0aa3e8f8b3d0837b91f8285fe161a
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    org-batch-test-init: Remove dead code
    
    * testing/org-batch-test-init.el (lambda): Remove the code that has
    never been working.  One could still rewrite the code using
    `autoloadp', but it would break things terribly and should not be
    needed as autoload does not need to be updated after changing the
    `load-path'.  See
    https://orgmode.org/list/jwvedwczhbv.fsf-monnier+emacs@gnu.org
---
 testing/org-batch-test-init.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/testing/org-batch-test-init.el b/testing/org-batch-test-init.el
index c8a0e3a3e5..bd11ea61c2 100644
--- a/testing/org-batch-test-init.el
+++ b/testing/org-batch-test-init.el
@@ -13,10 +13,6 @@
 (mapatoms (lambda (s)
            (let ((sn (symbol-name s)))
              (when (string-match "\\`\\(org\\|ob\\|ox\\)\\(-.*\\)?\\'" sn)
-               (setplist s nil)
-               ;; FIXME: `s' is a symbol, so (car-safe s) is always nil.
-               ;;(when (eq 'autoload (car-safe s))
-               ;;  (unintern s obarray))
-               ))))
+               (setplist s nil)))))
 
 ;; we should now start from a clean slate



reply via email to

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