emacs-diffs
[Top][All Lists]
Advanced

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

master a438e95c10: Load compiled "calc-loaddefs", if any


From: Lars Ingebrigtsen
Subject: master a438e95c10: Load compiled "calc-loaddefs", if any
Date: Tue, 27 Sep 2022 17:15:30 -0400 (EDT)

branch: master
commit a438e95c105f49492c9b9b4bb8ecc4c6e714a0cf
Author: Lin Sun <sunlin7@hotmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Load compiled "calc-loaddefs", if any
    
    * lisp/calc/calc.el ("calc-loaddefs"): Load the .elc file (if it
    exists) (bug#58127).
---
 lisp/calc/calc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index c0f87ad3d4..6ea8a4202f 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -1162,7 +1162,7 @@ Used by `calc-user-invocation'.")
 
 
 ;;;; (Autoloads here)
-(load "calc-loaddefs.el" nil t)
+(load "calc-loaddefs" nil t)
 
 ;;;###autoload (define-key ctl-x-map "*" 'calc-dispatch)
 



reply via email to

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