From a438e95c105f49492c9b9b4bb8ecc4c6e714a0cf Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Tue, 27 Sep 2022 23:14:52 +0200 Subject: [PATCH] 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 c0f87ad3d42..6ea8a4202fc 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) -- 2.39.2