emacs-diffs
[Top][All Lists]
Advanced

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

scratch/command fb9234b 2/3: We probably don't want to autoload anything


From: Lars Ingebrigtsen
Subject: scratch/command fb9234b 2/3: We probably don't want to autoload anything here
Date: Thu, 11 Feb 2021 12:18:51 -0500 (EST)

branch: scratch/command
commit fb9234b6e83ff7d17585af206139254e7c260062
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    We probably don't want to autoload anything here
---
 src/data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/data.c b/src/data.c
index f7602c2..4b2ecc1 100644
--- a/src/data.c
+++ b/src/data.c
@@ -986,7 +986,7 @@ The value, if non-nil, is a list of mode name symbols.  */)
     }
 #endif
   else if (AUTOLOADP (fun))
-    return Fcommand_modes (Fautoload_do_load (fun, command, Qnil));
+    return Qnil;
   else if (CONSP (fun))
     {
       Lisp_Object funcar = XCAR (fun);



reply via email to

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